public abstract class AbstractSingleNodeNamedChannelModuleFactory
extends java.lang.Object
MessageBus
bindings for named channels prefixed by 'queue:' or 'topic:' respectively.Modifier and Type | Field and Description |
---|---|
protected MessageBus |
messageBus |
protected static java.lang.String |
QUEUE_PREFIX |
protected static java.lang.String |
TOPIC_PREFIX |
Modifier | Constructor and Description |
---|---|
protected |
AbstractSingleNodeNamedChannelModuleFactory(MessageBus messageBus) |
Modifier and Type | Method and Description |
---|---|
protected void |
validateChannelName(java.lang.String channelName) |
protected static final java.lang.String QUEUE_PREFIX
protected static final java.lang.String TOPIC_PREFIX
protected final MessageBus messageBus
protected AbstractSingleNodeNamedChannelModuleFactory(MessageBus messageBus)