public static class QueueChannelSpec.MessageStoreSpec extends QueueChannelSpec
QueueChannelSpec.MessageStoreSpec
capacity, queue
channel
id, logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
QueueChannelSpec.MessageStoreSpec |
capacity(java.lang.Integer capacity) |
protected org.springframework.integration.channel.QueueChannel |
doGet() |
protected QueueChannelSpec.MessageStoreSpec |
id(java.lang.String id) |
QueueChannelSpec.MessageStoreSpec |
storeLock(java.util.concurrent.locks.Lock storeLock) |
datatype, interceptor, messageConverter
_this, get, getId
protected QueueChannelSpec.MessageStoreSpec id(java.lang.String id)
id
in class MessageChannelSpec<QueueChannelSpec,org.springframework.integration.channel.QueueChannel>
public QueueChannelSpec.MessageStoreSpec capacity(java.lang.Integer capacity)
public QueueChannelSpec.MessageStoreSpec storeLock(java.util.concurrent.locks.Lock storeLock)
protected org.springframework.integration.channel.QueueChannel doGet()
doGet
in class QueueChannelSpec