Package org.hildan.krossbow.stomp.conversions.text

Types

Link copied to clipboard
interface TextMessageConverter

Converts between text and objects.

Functions

Link copied to clipboard
fun StompSession.withTextConversions(converter: TextMessageConverter): TypedStompSession

Wraps this StompSession to add methods that can convert message bodies using the provided converter.