public abstract class AbstractSingleNodeNamedChannelSink extends AbstractSingleNodeNamedChannelModule<org.springframework.integration.channel.QueueChannel> implements NamedChannelSink
ALL_MEDIA_TYPES, messageBus, messageChannel, sharedChannelName| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSingleNodeNamedChannelSink(MessageBus messageBus,
java.lang.String sharedChannelName) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.messaging.Message<?> |
receive(int timeout) |
java.lang.Object |
receivePayload(int timeout) |
void |
unbind() |
bindprotected AbstractSingleNodeNamedChannelSink(MessageBus messageBus, java.lang.String sharedChannelName)
public org.springframework.messaging.Message<?> receive(int timeout)
receive in interface NamedChannelSinkpublic java.lang.Object receivePayload(int timeout)
receivePayload in interface NamedChannelSinkpublic void unbind()
unbind in interface NamedChannelModule