Module stomp_parser::client [−][src]
Expand description
Implements the model for the frames that a STOMP client can send, as specified in the STOMP Protocol Specification,Version 1.2.
Structs
Aborts a transaction that has begun but not yet been committed.
Aborts a transaction that has begun but not yet been committed.
Acknowledges a received message.
Acknowledges a received message.
Begins a transaction.
Begins a transaction.
Commits a transaction.
Commits a transaction.
Initiates a STOMP session.
Initiates a STOMP session.
Ends a STOMP session.
Ends a STOMP session.
Indicates that the client did not, or could not, process a message.
Indicates that the client did not, or could not, process a message.
Sends a message to a specific destination.
Sends a message to a specific destination.
Subscribes to a specific destination.
Subscribes to a specific destination.
Cancels a specific subscription.
Cancels a specific subscription.
Enums
The ClientFrame
enum contains a variant for each frame that the client can send.