IQRF Gateway Daemon MqttMessaging component configuration

interface IqrfGatewayDaemonMqttMessaging {
    acceptAsyncMsg: boolean;
    BrokerAddr: string;
    ClientId: string;
    component: IqrfMqttMessaging;
    ConnectTimeout: number;
    EnabledCipherSuites: string;
    EnableServerCertAuth: boolean;
    instance: string;
    KeepAliveInterval: number;
    KeyStore: string;
    MaxReconnect: number;
    MinReconnect: number;
    Password: string;
    Persistence: IqrfGatewayDaemonMqttMessagingPersistence;
    PrivateKey: string;
    PrivateKeyPassword: string;
    Qos: IqrfGatewayDaemonMqttMessagingQos;
    TopicRequest: string;
    TopicResponse: string;
    TrustStore: string;
    User: string;
}

Hierarchy (View Summary)

Properties

acceptAsyncMsg: boolean
BrokerAddr: string
ClientId: string
ConnectTimeout: number
EnabledCipherSuites: string
EnableServerCertAuth: boolean
instance: string
KeepAliveInterval: number
KeyStore: string
MaxReconnect: number
MinReconnect: number
Password: string
PrivateKey: string
PrivateKeyPassword: string
TopicRequest: string
TopicResponse: string
TrustStore: string
User: string