Uses of Class
com.microsoft.azure.servicebus.rules.RuleAction
-
Packages that use RuleAction Package Description com.microsoft.azure.servicebus.rules -
-
Uses of RuleAction in com.microsoft.azure.servicebus.rules
Subclasses of RuleAction in com.microsoft.azure.servicebus.rules Modifier and Type Class Description classSqlRuleActionRepresents a SQL language-based transformation expression that is performed against a message.Methods in com.microsoft.azure.servicebus.rules that return RuleAction Modifier and Type Method Description RuleActionRuleDescription. getAction()Gets the action this rule performs on messages matched by this rule's filter.Methods in com.microsoft.azure.servicebus.rules with parameters of type RuleAction Modifier and Type Method Description voidRuleDescription. setAction(RuleAction action)Sets the action this rule performs on messages matched by this rule's filter.
-