Uses of Class
com.azure.messaging.servicebus.administration.models.CorrelationRuleFilter
Packages that use CorrelationRuleFilter
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of CorrelationRuleFilter in com.azure.messaging.servicebus.administration.models
Methods in com.azure.messaging.servicebus.administration.models that return CorrelationRuleFilterModifier and TypeMethodDescriptionCorrelationRuleFilter.setContentType(String contentType) Sets the content type of the message.CorrelationRuleFilter.setCorrelationId(String correlationId) Sets the correlation identifier.Sets the application specific label.CorrelationRuleFilter.setMessageId(String messageId) Sets the identifier for the message.CorrelationRuleFilter.setReplyTo(String replyTo) Sets the address of the queue or subscription to reply to.CorrelationRuleFilter.setReplyToSessionId(String replyToSessionId) Sets the session identifier to reply to.CorrelationRuleFilter.setSessionId(String sessionId) Sets the session identifier.Sets the address to send to.