RuleAction Class

  • java.lang.Object
    • com.microsoft.azure.servicebus.rules.RuleAction

public class RuleAction

Represents an action that transforms a message matched by a filter. This client library provides support for creating only limited types of rule actions. This is an empty interface to serve as root interface for all supported rule actions.

Constructor Summary

Constructor Description
RuleAction()

Methods inherited from java.lang.Object

Constructor Details

RuleAction

public RuleAction()

Applies to