Text
class Text(value: String, val correlationId: String? = null, val replyTo: JmsDestination? = null, val deliveryMode: DeliveryMode = DeliveryMode.PERSISTENT, val properties: Map<String, JmsPrimitive<*>> = emptyMap()) : JmsMessage
Constructors
Link copied to clipboard
constructor(value: String, correlationId: String? = null, replyTo: JmsDestination? = null, deliveryMode: DeliveryMode = DeliveryMode.PERSISTENT, properties: Map<String, JmsPrimitive<*>> = emptyMap())