Uses of Class
com.azure.resourcemanager.servicebus.models.CorrelationFilter
Packages that use CorrelationFilter
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of CorrelationFilter in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return CorrelationFilterModifier and TypeMethodDescriptionRuleInner.correlationFilter()Get the correlationFilter property: Properties of correlationFilter.Ruleproperties.correlationFilter()Get the correlationFilter property: Properties of correlationFilter.Methods in com.azure.resourcemanager.servicebus.fluent.models with parameters of type CorrelationFilterModifier and TypeMethodDescriptionRuleInner.withCorrelationFilter(CorrelationFilter correlationFilter) Set the correlationFilter property: Properties of correlationFilter.Ruleproperties.withCorrelationFilter(CorrelationFilter correlationFilter) Set the correlationFilter property: Properties of correlationFilter. -
Uses of CorrelationFilter in com.azure.resourcemanager.servicebus.models
Classes in com.azure.resourcemanager.servicebus.models that implement interfaces with type arguments of type CorrelationFilterModifier and TypeClassDescriptionfinal classRepresents the correlation filter expression.Methods in com.azure.resourcemanager.servicebus.models that return CorrelationFilterModifier and TypeMethodDescriptionstatic CorrelationFilterCorrelationFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CorrelationFilter from the JsonReader.CorrelationFilter.withContentType(String contentType) Set the contentType property: Content type of the message.CorrelationFilter.withCorrelationId(String correlationId) Set the correlationId property: Identifier of the correlation.Set the label property: Application specific label.CorrelationFilter.withMessageId(String messageId) Set the messageId property: Identifier of the message.CorrelationFilter.withProperties(Map<String, String> properties) Set the properties property: dictionary object for custom filters.CorrelationFilter.withReplyTo(String replyTo) Set the replyTo property: Address of the queue to reply to.CorrelationFilter.withReplyToSessionId(String replyToSessionId) Set the replyToSessionId property: Session identifier to reply to.CorrelationFilter.withRequiresPreprocessing(Boolean requiresPreprocessing) Set the requiresPreprocessing property: Value that indicates whether the rule action requires preprocessing.CorrelationFilter.withSessionId(String sessionId) Set the sessionId property: Session identifier.Set the to property: Address to send to.