Class QueueChannelSpec.MessageStoreSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<QueueChannelSpec, QueueChannel>
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.- Since:
- 5.0
- Author:
- Artem Bilan
-
Nested Class Summary
Nested classes/interfaces inherited from class QueueChannelSpec
QueueChannelSpec.MessageStoreSpec -
Field Summary
Fields inherited from class QueueChannelSpec
capacity, queueFields inherited from class MessageChannelSpec
channelFields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMessageStoreSpec(ChannelMessageStore messageGroupStore, Object groupId) -
Method Summary
Modifier and TypeMethodDescriptionprotected QueueChanneldoGet()protected QueueChannelSpec.MessageStoreSpecConfigure the component identifier.Methods inherited from class MessageChannelSpec
datatype, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTapMethods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactoryBean
isSingletonMethods inherited from interface SmartLifecycle
isPauseable
-
Constructor Details
-
MessageStoreSpec
-
-
Method Details
-
id
Description copied from class:IntegrationComponentSpecConfigure the component identifier. Used as thebeanNameto register the bean in the application context for this component.- Overrides:
idin classIntegrationComponentSpec<QueueChannelSpec, QueueChannel>- Parameters:
id- the id.- Returns:
- the spec.
-
capacity
-
storeLock
-
doGet
- Overrides:
doGetin classQueueChannelSpec
-