Class DefaultListenerContainerFactory
java.lang.Object
org.apache.camel.component.springrabbit.DefaultListenerContainerFactory
- All Implemented Interfaces:
ListenerContainerFactory
Default
ListenerContainerFactory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.amqp.rabbit.listener.AbstractMessageListenerContainerCreates the listener container to use for the consumer.
-
Constructor Details
-
DefaultListenerContainerFactory
public DefaultListenerContainerFactory()
-
-
Method Details
-
createListenerContainer
public org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer createListenerContainer(SpringRabbitMQEndpoint endpoint) Description copied from interface:ListenerContainerFactoryCreates the listener container to use for the consumer.- Specified by:
createListenerContainerin interfaceListenerContainerFactory- Parameters:
endpoint- the endpoint- Returns:
- the created and configured listener container
-