public abstract class AbstractSingleNodeProcessingChain
extends java.lang.Object
NamedChannelSource
and NamedChannelSink
.Modifier and Type | Field and Description |
---|---|
protected SingleNodeIntegrationTestSupport |
integrationSupport |
protected NamedChannelSink |
sink |
protected NamedChannelSource |
source |
Modifier | Constructor and Description |
---|---|
protected |
AbstractSingleNodeProcessingChain(SingleNodeApplication application,
java.lang.String streamName,
java.lang.String processingChain) |
protected |
AbstractSingleNodeProcessingChain(SingleNodeApplication application,
java.lang.String streamName,
java.lang.String processingChain,
java.lang.String moduleResourceLocation) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
createSink() |
protected abstract boolean |
createSource() |
void |
destroy() |
void |
unbind() |
protected final NamedChannelSource source
protected final NamedChannelSink sink
protected final SingleNodeIntegrationTestSupport integrationSupport
protected AbstractSingleNodeProcessingChain(SingleNodeApplication application, java.lang.String streamName, java.lang.String processingChain)
protected AbstractSingleNodeProcessingChain(SingleNodeApplication application, java.lang.String streamName, java.lang.String processingChain, java.lang.String moduleResourceLocation)