CorrelationFilter |
CorrelationFilter.withContentType(String contentType) |
Set the contentType property: Content type of the message.
|
CorrelationFilter |
CorrelationFilter.withCorrelationId(String correlationId) |
Set the correlationId property: Identifier of the correlation.
|
CorrelationFilter |
CorrelationFilter.withLabel(String label) |
Set the label property: Application specific label.
|
CorrelationFilter |
CorrelationFilter.withMessageId(String messageId) |
Set the messageId property: Identifier of the message.
|
CorrelationFilter |
CorrelationFilter.withProperties(Map<String,String> properties) |
Set the properties property: dictionary object for custom filters.
|
CorrelationFilter |
CorrelationFilter.withReplyTo(String replyTo) |
Set the replyTo property: Address of the queue to reply to.
|
CorrelationFilter |
CorrelationFilter.withReplyToSessionId(String replyToSessionId) |
Set the replyToSessionId property: Session identifier to reply to.
|
CorrelationFilter |
CorrelationFilter.withRequiresPreprocessing(Boolean requiresPreprocessing) |
Set the requiresPreprocessing property: Value that indicates whether the rule action requires preprocessing.
|
CorrelationFilter |
CorrelationFilter.withSessionId(String sessionId) |
Set the sessionId property: Session identifier.
|
CorrelationFilter |
CorrelationFilter.withTo(String to) |
Set the to property: Address to send to.
|