public class QueueChannelSpec extends MessageChannelSpec<QueueChannelSpec,QueueChannel>
Modifier and Type | Class and Description |
---|---|
static class |
QueueChannelSpec.MessageStoreSpec
The
ChannelMessageStore -specific QueueChannelSpec extension. |
Modifier and Type | Field and Description |
---|---|
protected Integer |
capacity |
protected Queue<Message<?>> |
queue |
channel
PARSER, target
logger
DEFAULT_PHASE
OBJECT_TYPE_ATTRIBUTE
Modifier | Constructor and Description |
---|---|
protected |
QueueChannelSpec() |
protected |
QueueChannelSpec(Integer capacity) |
protected |
QueueChannelSpec(Queue<Message<?>> queue) |
Modifier and Type | Method and Description |
---|---|
protected QueueChannel |
doGet() |
datatype, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTap
_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
protected QueueChannelSpec()
protected QueueChannelSpec(Integer capacity)
protected QueueChannel doGet()
doGet
in class MessageChannelSpec<QueueChannelSpec,QueueChannel>