Class QueueChannelSpec.MessageStoreSpec
java.lang.Object
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:
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
logger, PARSER, target
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, afterPropertiesSet, destroy, get, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
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
-