Class MessageListenerContainerSpec<S extends MessageListenerContainerSpec<S,C>,C extends MessageListenerContainer>
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
org.springframework.integration.amqp.dsl.MessageListenerContainerSpec<S,C>
- Type Parameters:
S
- the current spec extension typeC
- the listener container type
- All Implemented Interfaces:
DisposableBean
,FactoryBean<C>
,InitializingBean
,Lifecycle
,Phased
,SmartLifecycle
- Direct Known Subclasses:
AbstractMessageListenerContainerSpec
,RabbitStreamMessageListenerContainerSpec
public abstract class MessageListenerContainerSpec<S extends MessageListenerContainerSpec<S,C>,C extends MessageListenerContainer>
extends IntegrationComponentSpec<S,C>
Base class for container specs.
- Since:
- 6.0
- Author:
- Gary Russell
-
Field Summary
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
Constructors -
Method Summary
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, 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
-
MessageListenerContainerSpec
public MessageListenerContainerSpec()
-
-
Method Details
-
queueName
-