public static class QueueChannelSpec.MessageStoreSpec extends QueueChannelSpec
ChannelMessageStore
-specific QueueChannelSpec
extension.QueueChannelSpec.MessageStoreSpec
capacity, queue
channel
logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
QueueChannelSpec.MessageStoreSpec |
capacity(java.lang.Integer capacity) |
protected QueueChannel |
doGet() |
protected QueueChannelSpec.MessageStoreSpec |
id(java.lang.String id)
Configure the component identifier.
|
QueueChannelSpec.MessageStoreSpec |
storeLock(java.util.concurrent.locks.Lock storeLock) |
datatype, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTap
_this, afterPropertiesSet, destroy, get, getId, getObject, getObjectType, isSingleton
protected QueueChannelSpec.MessageStoreSpec id(java.lang.String id)
IntegrationComponentSpec
beanName
to register the
bean in the application context for this component.id
in class MessageChannelSpec<QueueChannelSpec,QueueChannel>
id
- the id.public QueueChannelSpec.MessageStoreSpec capacity(java.lang.Integer capacity)
public QueueChannelSpec.MessageStoreSpec storeLock(java.util.concurrent.locks.Lock storeLock)
protected QueueChannel doGet()
doGet
in class QueueChannelSpec