Interface XmlFlowPredicateAdapter<T>

Type Parameters:
T - type of the object to be submitted to the flow.
All Superinterfaces:
Predicate<T>, XmlConfigurable
All Known Subinterfaces:
IXMLFlowPredicateAdapter<T>

public interface XmlFlowPredicateAdapter<T> extends Predicate<T>, XmlConfigurable
Adapts flow <condition> elements so they can be treated as Predicate.
Since:
3.0.0 (renamed from 2.x IXMLFlowPredicateAdapter)