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 java.lang.Integer |
capacity |
protected java.util.Queue<org.springframework.messaging.Message<?>> |
queue |
channel
logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
protected QueueChannel |
doGet() |
datatype, getComponentsToRegister, id, interceptor, messageConverter, wireTap, wireTap, wireTap
_this, afterPropertiesSet, destroy, get, getId, getObject, getObjectType, isSingleton
protected java.util.Queue<org.springframework.messaging.Message<?>> queue
protected java.lang.Integer capacity
protected QueueChannel doGet()
doGet
in class MessageChannelSpec<QueueChannelSpec,QueueChannel>