@nexartis/homeport-sdk - v1.0.0
    Preparing search index...

    Interface RoutingResult

    interface RoutingResult {
        latencyEstimateMs?: number;
        protocol: string;
        score: number;
        targetAgent: HomeportAgent;
    }
    Index

    Properties

    latencyEstimateMs?: number
    protocol: string
    score: number
    targetAgent: HomeportAgent