public class SingleNodeProcessingChainConsumer extends AbstractSingleNodeProcessingChain implements NamedChannelSink
NamedChannelSink
to
create a complete stream.integrationSupport, sink, source
Constructor and Description |
---|
SingleNodeProcessingChainConsumer(SingleNodeApplication application,
java.lang.String streamName,
java.lang.String processingChain) |
SingleNodeProcessingChainConsumer(SingleNodeApplication application,
java.lang.String streamName,
java.lang.String processingChain,
java.lang.String moduleResourceLocation) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
createSink() |
protected boolean |
createSource() |
org.springframework.messaging.Message<?> |
receive() |
org.springframework.messaging.Message<?> |
receive(int timeout) |
java.lang.Object |
receivePayload() |
java.lang.Object |
receivePayload(int timeout) |
destroy, unbind
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
unbind
public SingleNodeProcessingChainConsumer(SingleNodeApplication application, java.lang.String streamName, java.lang.String processingChain)
public SingleNodeProcessingChainConsumer(SingleNodeApplication application, java.lang.String streamName, java.lang.String processingChain, java.lang.String moduleResourceLocation)
public org.springframework.messaging.Message<?> receive()
receive
in interface NamedChannelSink
public org.springframework.messaging.Message<?> receive(int timeout)
receive
in interface NamedChannelSink
public java.lang.Object receivePayload()
receivePayload
in interface NamedChannelSink
public java.lang.Object receivePayload(int timeout)
receivePayload
in interface NamedChannelSink
protected boolean createSink()
createSink
in class AbstractSingleNodeProcessingChain
protected boolean createSource()
createSource
in class AbstractSingleNodeProcessingChain