Interface MessageListenerContainer
- All Superinterfaces:
InitializingBean,Lifecycle,MessageListenerContainer,Phased,SmartLifecycle
- All Known Implementing Classes:
AbstractMessageListenerContainer,DirectMessageListenerContainer,DirectReplyToMessageListenerContainer,ObservableListenerContainer,RabbitAmqpListenerContainer,SimpleMessageListenerContainer,StreamListenerContainer
@Deprecated(forRemoval=true,
since="4.1")
public interface MessageListenerContainer
extends MessageListenerContainer
Deprecated, for removal: This API element is subject to removal in a future version.
Internal abstraction used by the framework representing a message
listener container. Not meant to be implemented externally.
- Since:
- 1.4
- Author:
- Stephane Nicoll, Gary Russell, Artem Bilan
-
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Method Summary
Methods inherited from interface org.springframework.amqp.core.MessageListenerContainer
afterPropertiesSet, getMessageListener, isConsumerBatchEnabled, lazyLoad, setAutoStartup, setListenerId, setQueueNames, setupMessageListenerMethods inherited from interface org.springframework.context.SmartLifecycle
getPhase, isAutoStartup, isPauseable, stop
MessageListenerContainer.