public abstract class Direction extends DefaultConditionBuilder
Rewrite
events on whether they are InboundRewrite
or
OutboundRewrite
events.Constructor and Description |
---|
Direction() |
Modifier and Type | Method and Description |
---|---|
static Direction |
isInbound()
Returns a new
Condition that returns true when operating on an InboundRewrite event. |
static Direction |
isOutbound()
Returns a new
Condition that returns true when operating on an OutboundRewrite event. |
and, andNot, or, orNot
public static Direction isInbound()
Condition
that returns true when operating on an InboundRewrite
event.public static Direction isOutbound()
Condition
that returns true when operating on an OutboundRewrite
event.Copyright © 2014 OCPsoft. All Rights Reserved.