Uses of Interface
org.springframework.amqp.rabbit.listener.RabbitListenerContainerFactory
Packages that use RabbitListenerContainerFactory
Package
Description
Provides classes supporting the Rabbit XML namespace.
Provides classes for message listener containers.
Provides classes for stream listener configuration.
-
Uses of RabbitListenerContainerFactory in org.springframework.amqp.rabbit.config
Classes in org.springframework.amqp.rabbit.config that implement RabbitListenerContainerFactoryModifier and TypeClassDescriptionclassRabbitListenerContainerFactoryfor Spring's base container implementation.classBase abstract class for listener container factories.classARabbitListenerContainerFactoryimplementation to build a regularDirectMessageListenerContainer.classARabbitListenerContainerFactoryimplementation to build a regularSimpleMessageListenerContainer. -
Uses of RabbitListenerContainerFactory in org.springframework.amqp.rabbit.listener
Methods in org.springframework.amqp.rabbit.listener with parameters of type RabbitListenerContainerFactoryModifier and TypeMethodDescriptionprotected MessageListenerContainerRabbitListenerEndpointRegistry.createListenerContainer(RabbitListenerEndpoint endpoint, RabbitListenerContainerFactory<?> factory) Create and start a newMessageListenerContainerusing the specified factory.voidRabbitListenerEndpointRegistrar.registerEndpoint(RabbitListenerEndpoint endpoint, RabbitListenerContainerFactory<?> factory) Register a newRabbitListenerEndpointalongside theRabbitListenerContainerFactoryto use to create the underlying container.voidRabbitListenerEndpointRegistry.registerListenerContainer(RabbitListenerEndpoint endpoint, RabbitListenerContainerFactory<?> factory) Create a message listener container for the givenRabbitListenerEndpoint.voidRabbitListenerEndpointRegistry.registerListenerContainer(RabbitListenerEndpoint endpoint, RabbitListenerContainerFactory<?> factory, boolean startImmediately) Create a message listener container for the givenRabbitListenerEndpoint.voidRabbitListenerEndpointRegistrar.setContainerFactory(RabbitListenerContainerFactory<?> containerFactory) Set theRabbitListenerContainerFactoryto use in case aRabbitListenerEndpointis registered with anullcontainer factory. -
Uses of RabbitListenerContainerFactory in org.springframework.rabbit.stream.config
Classes in org.springframework.rabbit.stream.config that implement RabbitListenerContainerFactoryModifier and TypeClassDescriptionclassFactory for StreamListenerContainer.