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 Spezification,Version 1.2.

Structs

Aborts a transaction that has begun but not yet been committed.

Acknowledges a received message.

Begins a transaction.

Commits a transaction.

Initiates a STOMP session.

Ends a STOMP session.

Indicates that the client did not, or could not, process a message.

Sends a message to a specific destination.

Subscribes to a specific destination.

Cancels a specific subscription.

Enums

The ClientFrame enum contains a variant for each frame that the client can send.