Uses of Class
org.springframework.amqp.rabbit.listener.RabbitListenerEndpointRegistry
Packages that use 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
Methods in org.springframework.amqp.rabbit.annotation with parameters of type RabbitListenerEndpointRegistryModifier and TypeMethodDescriptionvoidRabbitListenerAnnotationBeanPostProcessor.setEndpointRegistry(RabbitListenerEndpointRegistry endpointRegistry) Set theRabbitListenerEndpointRegistrythat will hold the created endpoint and manage the lifecycle of the related listener container. -
Uses of RabbitListenerEndpointRegistry in org.springframework.amqp.rabbit.listener
Methods in org.springframework.amqp.rabbit.listener that return RabbitListenerEndpointRegistryMethods in org.springframework.amqp.rabbit.listener with parameters of type RabbitListenerEndpointRegistryModifier and TypeMethodDescriptionvoidRabbitListenerEndpointRegistrar.setEndpointRegistry(RabbitListenerEndpointRegistry endpointRegistry) Set theRabbitListenerEndpointRegistryinstance to use.