Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CorrelationRuleFilter

Package version

Represents the correlation filter expression. A CorrelationRuleFilter holds a set of conditions that are matched against user and system properties of incoming messages from a Subscription.

Hierarchy

  • CorrelationRuleFilter

Index

Properties

Optional applicationProperties

applicationProperties: undefined | {}

Value to be matched with the user properties of the incoming message.

Optional contentType

contentType: undefined | string

Value to be matched with the contentType property of the incoming message.

Optional correlationId

correlationId: undefined | string

Value to be matched with the correlationId property of the incoming message.

Optional messageId

messageId: undefined | string

Value to be matched with the messageId property of the incoming message.

Optional replyTo

replyTo: undefined | string

Value to be matched with the replyTo property of the incoming message.

Optional replyToSessionId

replyToSessionId: undefined | string

Value to be matched with the replyToSessionId property of the incoming message.

Optional sessionId

sessionId: undefined | string

Value to be matched with the sessionId property of the incoming message.

Optional subject

subject: undefined | string

Value to be matched with the subject property of the incoming message.

Optional to

to: undefined | string

Value to be matched with the to property of the incoming message.

Generated using TypeDoc