Class CompareIntegerPipe

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasTransactionAttribute, IConfigurable, IForwardTarget, IPipe, IScopeProvider, IWithParameters, NameAware, EventThrowing, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle

@Forward(name="lessthan",description="operand1 < operand2") @Forward(name="greaterthan",description="operand1 > operand2") @Forward(name="equals",description="operand1 = operand2") @Category(BASIC) @EnterpriseIntegrationPattern(ROUTER) public class CompareIntegerPipe extends AbstractPipe
Pipe that compares the two integer values. If one of the parameters is missing, then the input message will be used as the missing operand. This pipe can be used in combination with IncreaseIntegerPipe to construct loops.
Author:
Richard Punt / Gerrit van Brakel
Specific parameters
operand1 The first operand, holds v1., operand2 The second operand, holds v2.