Interface MessageListenerContainer

All Superinterfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.amqp.core.MessageListenerContainer, org.springframework.context.Phased, org.springframework.context.SmartLifecycle
All Known Implementing Classes:
AbstractMessageListenerContainer, DirectMessageListenerContainer, DirectReplyToMessageListenerContainer, ObservableListenerContainer, SimpleMessageListenerContainer

@Deprecated(forRemoval=true, since="4.1") public interface MessageListenerContainer extends org.springframework.amqp.core.MessageListenerContainer
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.1 in favor of MessageListenerContainer.
Internal abstraction used by the framework representing a message listener container. Not meant to be implemented externally.
Since:
1.4
  • Field Summary

    Fields inherited from interface org.springframework.context.SmartLifecycle

    DEFAULT_PHASE
  • Method Summary

    Methods inherited from interface org.springframework.context.Lifecycle

    isRunning, start, stop

    Methods inherited from interface org.springframework.amqp.core.MessageListenerContainer

    afterPropertiesSet, getMessageListener, isConsumerBatchEnabled, lazyLoad, setAutoStartup, setListenerId, setQueueNames, setupMessageListener

    Methods inherited from interface org.springframework.context.SmartLifecycle

    getPhase, isAutoStartup, isPauseable, stop