# Constants
connection established.
connection disconnected.
send a message to a queue.
re-queue a message, not successfully sent.
subscription ready.
subscription not ready.
# Structs
Represents a connection with the STOMP client.
Client requests received to be processed by main processing loop.
No description provided by the author
Maintains a list of subscriptions.
# Interfaces
Contains information the client package needs from the rest of the STOMP server code.
# Type aliases
Opcode used in client requests.