public interface OrderableValve extends Valve
When an orderable valve is added into a Pipeline
,
it can be re-ordered by the execution ordering properties ('beforeValves', 'afterValves', etc.).
The postrequisite valve names configured by 'beforeValves' property is the valve names that should follow this valve. The prerequisite valve names configured by 'afterValves' property is the valve names that should precede this valve. The postrequisite/prerequisite names can have multiple valve names, separated by ' ', ',', '\t', '\r' or '\n'.
Modifier and Type | Method and Description |
---|---|
String |
getAfterValves()
Returns prerequisite valve names that should follow this valve.
|
String |
getBeforeValves()
Returns postrequisite valve names that should follow this valve.
|
String |
getValveName()
Returns the valve name.
|
destroy, initialize, invoke
String getValveName()
String getBeforeValves()
String getAfterValves()
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.