Client Config Args
data class ClientConfigArgs(val maxKeepAliveSeconds: Output<Int>? = null, val maxMessageExpirySeconds: Output<Int>? = null, val maxPacketSizeBytes: Output<Int>? = null, val maxReceiveMaximum: Output<Int>? = null, val maxSessionExpirySeconds: Output<Int>? = null, val subscriberQueueLimit: Output<SubscriberQueueLimitArgs>? = null) : ConvertibleToJava<ClientConfigArgs>
The settings of Client Config.
Properties
Link copied to clipboard
Upper bound of a client's Keep Alive, in seconds.
Link copied to clipboard
Upper bound of Message Expiry Interval, in seconds.
Link copied to clipboard
Max message size for a packet in Bytes.
Link copied to clipboard
Upper bound of Receive Maximum that a client can request in the CONNECT packet.
Link copied to clipboard
Upper bound of Session Expiry Interval, in seconds.
Link copied to clipboard
The limit on the number of queued messages for a subscriber.