Module little_stomper::client

source ·
Expand description

Provides an API for the user of the library to check the authentication information provided by stomp, hold metadata regarding the client and its connection, and pass that metadata to other implementation-specific code, for example crate::destinations::Destination.

Structs

Constants

Traits

  • A representation the client and the connection between client and STOMP backend.
  • A factory which allows creation of a single instance of its parameter type, which must implement Client.