Module tokio_stomp_2::client

source ·

Structs

Functions

  • Connect to a STOMP server via TCP, including the connection handshake. If successful, returns a tuple of a message stream and a sender, which may be used to receive and send messages respectively.
  • Convenience function to build a Subscribe message

Type Definitions