SqlRuleAction Class

  • java.lang.Object
    • 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.

Constructor Summary

Constructor Description
SqlRuleAction(String sqlExpression)

Creates an instance of with the given transformation expression.

Method Summary

Modifier and Type Method and Description
boolean equals(Object o)
String getSqlExpression()

Gets the transformation expression of this rule action.

int hashCode()

Constructor Details

SqlRuleAction

public SqlRuleAction(String sqlExpression)

Creates an instance of with the given transformation expression.

Parameters:

sqlExpression - SQL language-based transformation expression

Method Details

equals

public boolean equals(Object o)

Parameters:

o

getSqlExpression

public String getSqlExpression()

Gets the transformation expression of this rule action.

Returns:

SQL language-based transformation expression

hashCode

public int hashCode()

Applies to