Class ConditionPayload

  • All Implemented Interfaces:
    ComponentLifecycle, Condition

    @ComponentProfile(summary="Tests a payload against a configured operator.",
                      tag="condition")
    public class ConditionPayload
    extends ConditionWithOperator

    This Condition targets the message payload. All you need do is choose an Operator to apply the conditional test.

    In the adapter configuration file this class is aliased as payload which is the preferred alternative to the fully qualified classname when building your configuration.