See: Description
Class | Description |
---|---|
AbstractSingleNodeProcessingChain |
A helper class for building single node streams that use a
NamedChannelSource and NamedChannelSink . |
SingleNodeProcessingChain |
Creates a stream to test a processing chain "p1 | p2 ...
|
SingleNodeProcessingChainConsumer |
Creates a stream to test a processing chain including a source but no sink and adds a
NamedChannelSink to
create a complete stream. |
SingleNodeProcessingChainProducer |
Creates a stream to test a processing chain including a sink but no source and adds a
NamedChannelSource to
create a complete stream. |
SingleNodeProcessingChainSupport |
A helper class to easily create
AbstractSingleNodeProcessingChain s using static methods. |