Package org. hildan. krossbow. stomp. conversions
Types
A StompSession with additional methods to serialize/deserialize message bodies based on a KClass.
Converts between text and objects based on a KClass.
A StompSession with additional methods to serialize/deserialize message bodies based on a KClass.
Functions
Sends a SEND frame to the server at the given destination with the given body, converted appropriately.
Subscribes and returns a Flow of messages of type T that unsubscribes automatically when the collector is done or cancelled. The returned flow can be collected only once.
Subscribes to the given destination and returns a Flow of messages of type T that unsubscribes automatically when the collector is done or cancelled. The returned flow can be collected only once.
Subscribes and returns a Flow of messages of type T that unsubscribes automatically when the collector is done or cancelled. The returned flow can be collected only once.
Wraps this StompSession to add methods that can convert message bodies using the provided converter.