Uses of Class
com.azure.messaging.servicebus.administration.models.RuleFilter
Packages that use RuleFilter
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of RuleFilter in com.azure.messaging.servicebus.administration.models
Subclasses of RuleFilter in com.azure.messaging.servicebus.administration.modelsModifier and TypeClassDescriptionclassRepresents the correlation rule filter expression.final classMatches none the messages arriving to be selected for the subscription.classRepresents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.final classMatches all the messages arriving to be selected for the subscription.Methods in com.azure.messaging.servicebus.administration.models that return RuleFilterModifier and TypeMethodDescriptionCreateRuleOptions.getFilter()Gets the filter expression used to match messages.RuleProperties.getFilter()Gets the filter expression used to match messages.Methods in com.azure.messaging.servicebus.administration.models with parameters of type RuleFilterModifier and TypeMethodDescriptionCreateRuleOptions.setFilter(RuleFilter filter) Sets the filter expression used to match messages.RuleProperties.setFilter(RuleFilter filter) Sets the filter expression used to match messages.Constructors in com.azure.messaging.servicebus.administration.models with parameters of type RuleFilterModifierConstructorDescriptionCreateRuleOptions(RuleFilter filter) Initializes a new instance with the given rulenameandfilter.