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
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.QueueChannelSpec
capacity, queue
Fields inherited from class org.springframework.integration.dsl.MessageChannelSpec
channel
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
PARSER, target
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE
-
Constructor Summary
ModifierConstructorDescriptionprotected
MessageStoreSpec
(ChannelMessageStore messageGroupStore, Object groupId) -
Method Summary
Modifier and TypeMethodDescriptionprotected QueueChannel
doGet()
protected QueueChannelSpec.MessageStoreSpec
Configure the component identifier.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
-
MessageStoreSpec
-
-
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
-