SubscriptionRuleCorrelationFilter

data class SubscriptionRuleCorrelationFilter(val contentType: String? = null, val correlationId: String? = null, val label: String? = null, val messageId: String? = null, val properties: Map<String, String>? = null, val replyTo: String? = null, val replyToSessionId: String? = null, val sessionId: String? = null, val to: String? = null)

Constructors

Link copied to clipboard
fun SubscriptionRuleCorrelationFilter(contentType: String? = null, correlationId: String? = null, label: String? = null, messageId: String? = null, properties: Map<String, String>? = null, replyTo: String? = null, replyToSessionId: String? = null, sessionId: String? = null, to: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contentType: String? = null

Content type of the message.

Link copied to clipboard
val correlationId: String? = null

Identifier of the correlation.

Link copied to clipboard
val label: String? = null

Application specific label.

Link copied to clipboard
val messageId: String? = null

Identifier of the message.

Link copied to clipboard
val properties: Map<String, String>? = null

A list of user defined properties to be included in the filter. Specified as a map of name/value pairs.

Link copied to clipboard
val replyTo: String? = null

Address of the queue to reply to.

Link copied to clipboard

Session identifier to reply to.

Link copied to clipboard
val sessionId: String? = null

Session identifier.

Link copied to clipboard
val to: String? = null

Address to send to.