Class QueueChannelSpec.MessageStoreSpec
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
org.springframework.integration.dsl.MessageChannelSpec<QueueChannelSpec,QueueChannel>
org.springframework.integration.dsl.QueueChannelSpec
org.springframework.integration.dsl.QueueChannelSpec.MessageStoreSpec
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,DisposableBean
,FactoryBean<QueueChannel>
,InitializingBean
,Lifecycle
,Phased
,SmartLifecycle
,ComponentsRegistration
- Enclosing class:
- QueueChannelSpec
public static class QueueChannelSpec.MessageStoreSpec extends QueueChannelSpec
The
ChannelMessageStore
-specific QueueChannelSpec
extension.-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.integration.dsl.QueueChannelSpec
QueueChannelSpec.MessageStoreSpec
-
Field Summary
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
PARSER, target
-
Constructor Summary
Constructors Modifier Constructor Description protected
MessageStoreSpec(ChannelMessageStore messageGroupStore, Object groupId)
-
Method Summary
Modifier and Type Method Description QueueChannelSpec.MessageStoreSpec
capacity(Integer capacityToSet)
protected QueueChannel
doGet()
protected QueueChannelSpec.MessageStoreSpec
id(String id)
Configure the component identifier.QueueChannelSpec.MessageStoreSpec
storeLock(Lock storeLockToSet)
Methods inherited from class org.springframework.integration.dsl.MessageChannelSpec
datatype, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTap
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Constructor Details
-
Method Details
-
id
Description copied from class:IntegrationComponentSpec
Configure the component identifier. Used as thebeanName
to register the bean in the application context for this component.- Overrides:
id
in classIntegrationComponentSpec<QueueChannelSpec,QueueChannel>
- Parameters:
id
- the id.- Returns:
- the spec.
-
capacity
-
storeLock
-
doGet
- Overrides:
doGet
in classQueueChannelSpec
-