Class SqlRuleAction
- java.lang.Object
-
- com.microsoft.azure.servicebus.rules.RuleAction
-
- com.microsoft.azure.servicebus.rules.SqlRuleAction
-
public class SqlRuleAction extends RuleAction
Represents a SQL language-based transformation expression that is performed against a message.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description SqlRuleAction(String sqlExpression)
Creates an instance ofSqlRuleAction
with the given transformation expression.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getSqlExpression()
Gets the transformation expression of this rule action.int
hashCode()
-
-
-
Constructor Detail
-
SqlRuleAction
public SqlRuleAction(String sqlExpression)
Creates an instance ofSqlRuleAction
with the given transformation expression.- Parameters:
sqlExpression
- SQL language-based transformation expression
-
-
Method Detail
-
getSqlExpression
public String getSqlExpression()
Gets the transformation expression of this rule action.- Returns:
- SQL language-based transformation expression
-
-