Interface XmlFlowConsumerAdapter<T>

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

public interface XmlFlowConsumerAdapter<T> extends Consumer<T>, XmlConfigurable
Adapts flow consuming elements so they can be treated as Consumer.
Since:
3.0.0 (renamed from 2.x IXMLFlowConsumerAdapter)