Data Flow Endpoint Mqtt Response
data class DataFlowEndpointMqttResponse(val clientIdPrefix: String? = null, val host: String? = null, val keepAliveSeconds: Int? = null, val maxInflightMessages: Int? = null, val protocol: String? = null, val qos: Int? = null, val retain: String? = null, val sessionExpirySeconds: Int? = null, val tls: TlsPropertiesResponse? = null)
Broker endpoint properties
Properties
Link copied to clipboard
Client ID prefix. Client ID generated by the dataflow is
Link copied to clipboard
Broker KeepAlive for connection in seconds.
Link copied to clipboard
The max number of messages to keep in flight. For subscribe, this is the receive maximum. For publish, this is the maximum number of messages to send before waiting for an ack.
Link copied to clipboard
Session expiry in seconds.
Link copied to clipboard
TLS configuration.