Uses of Class
com.azure.messaging.servicebus.administration.models.RuleAction
Package
Description
Package containing classes models for
ServiceBusAdministrationClient
and ServiceBusAdministrationAsyncClient
used for managing
Queues, Topics, and Subscriptions.-
Uses of RuleAction in com.azure.messaging.servicebus.administration.models
Modifier and TypeClassDescriptionclass
Represents a rule action that does nothing.class
Represents set of actions written in SQL language-based syntax that is performed against aServiceBusMessage
.Modifier and TypeMethodDescriptionCreateRuleOptions.getAction()
Gets the action to perform if the message satisfies the filtering expression.RuleProperties.getAction()
Gets the action to perform if the message satisfies the filtering expression.Modifier and TypeMethodDescriptionCreateRuleOptions.setAction
(RuleAction action) Sets the action to perform if the message satisfies the filtering expression.RuleProperties.setAction
(RuleAction action) Sets the action to perform if the message satisfies the filtering expression.