Stomp Config
Configuration for the STOMP client.
Constructors
Properties
Link copied to clipboard
An additional coroutine context used for the collection and decoding of the STOMP frames within StompSessions created by this client.
Link copied to clipboard
Like receiptTimeout but only for the receipt of the DISCONNECT frame. This is ignored if gracefulDisconnect is disabled.
Link copied to clipboard
Link copied to clipboard
Defines how long to wait for a RECEIPT frame from the server before throwing a LostReceiptException. Only crashes when a receipt header was actually present in the sent frame (and thus a RECEIPT was expected). Such header is always present if autoReceipt is enabled.