public abstract class AbstractSingleNodeNamedChannelModule<T extends org.springframework.messaging.MessageChannel> extends java.lang.Object implements NamedChannelModule
MessageChannel
to a shared channel using a
MessageBus
.Modifier and Type | Field and Description |
---|---|
protected static java.util.List<org.springframework.http.MediaType> |
ALL_MEDIA_TYPES |
protected MessageBus |
messageBus |
protected T |
messageChannel |
protected java.lang.String |
sharedChannelName |
Modifier | Constructor and Description |
---|---|
protected |
AbstractSingleNodeNamedChannelModule(MessageBus messageBus,
T messageChannel,
java.lang.String sharedChannelName) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
bind() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
unbind
protected static final java.util.List<org.springframework.http.MediaType> ALL_MEDIA_TYPES
protected final T extends org.springframework.messaging.MessageChannel messageChannel
protected final MessageBus messageBus
protected final java.lang.String sharedChannelName
protected AbstractSingleNodeNamedChannelModule(MessageBus messageBus, T messageChannel, java.lang.String sharedChannelName)