Meshpocalypse Semantic
    Preparing search index...

    Interface TransportConfig

    interface TransportConfig {
        maxReconnectAttempts?: number;
        name?: string;
        reconnect?: boolean;
        url?: string;
    }
    Index

    Properties

    maxReconnectAttempts?: number
    name?: string
    reconnect?: boolean
    url?: string