Uses of Class
org.springframework.amqp.rabbit.listener.RabbitListenerEndpointRegistry
Package
Description
Annotations and supporting classes for declarative Rabbit listener
endpoint
Provides classes for message listener containers.
-
Uses of RabbitListenerEndpointRegistry in org.springframework.amqp.rabbit.annotation
Modifier and TypeMethodDescriptionvoid
RabbitListenerAnnotationBeanPostProcessor.setEndpointRegistry
(RabbitListenerEndpointRegistry endpointRegistry) Set theRabbitListenerEndpointRegistry
that will hold the created endpoint and manage the lifecycle of the related listener container. -
Uses of RabbitListenerEndpointRegistry in org.springframework.amqp.rabbit.listener
Modifier and TypeMethodDescriptionvoid
RabbitListenerEndpointRegistrar.setEndpointRegistry
(RabbitListenerEndpointRegistry endpointRegistry) Set theRabbitListenerEndpointRegistry
instance to use.