Uses of Interface
org.springframework.amqp.rabbit.listener.RabbitListenerEndpoint
Packages that use RabbitListenerEndpoint
Package
Description
Provides classes supporting the Rabbit XML namespace.
Provides classes for message listener containers.
Provides classes for stream listener configuration.
-
Uses of RabbitListenerEndpoint in org.springframework.amqp.rabbit.config
Classes in org.springframework.amqp.rabbit.config that implement RabbitListenerEndpointModifier and TypeClassDescriptionclassARabbitListenerEndpointsimply providing theMessageListenerto invoke to process an incoming message for this endpoint.Methods in org.springframework.amqp.rabbit.config with parameters of type RabbitListenerEndpointModifier and TypeMethodDescriptionprotected voidBaseRabbitListenerContainerFactory.applyCommonOverrides(RabbitListenerEndpoint endpoint, C instance) AbstractRabbitListenerContainerFactory.createListenerContainer(RabbitListenerEndpoint endpoint) abstract CBaseRabbitListenerContainerFactory.createListenerContainer(RabbitListenerEndpoint endpoint) protected voidAbstractRabbitListenerContainerFactory.initializeContainer(C instance, RabbitListenerEndpoint endpoint) Further initialize the specified container.protected voidDirectRabbitListenerContainerFactory.initializeContainer(DirectMessageListenerContainer instance, RabbitListenerEndpoint endpoint) protected voidSimpleRabbitListenerContainerFactory.initializeContainer(SimpleMessageListenerContainer instance, RabbitListenerEndpoint endpoint) -
Uses of RabbitListenerEndpoint in org.springframework.amqp.rabbit.listener
Classes in org.springframework.amqp.rabbit.listener that implement RabbitListenerEndpointModifier and TypeClassDescriptionclassBase model for a Rabbit listener endpoint.classARabbitListenerEndpointproviding the method to invoke to process an incoming message for this endpoint.classMethods in org.springframework.amqp.rabbit.listener with parameters of type RabbitListenerEndpointModifier and TypeMethodDescriptionRabbitListenerContainerFactory.createListenerContainer(RabbitListenerEndpoint endpoint) Create aMessageListenerContainerfor the givenRabbitListenerEndpoint.protected MessageListenerContainerRabbitListenerEndpointRegistry.createListenerContainer(RabbitListenerEndpoint endpoint, RabbitListenerContainerFactory<?> factory) Create and start a newMessageListenerContainerusing the specified factory.voidRabbitListenerEndpointRegistrar.registerEndpoint(RabbitListenerEndpoint endpoint) Register a newRabbitListenerEndpointusing the defaultRabbitListenerContainerFactoryto create the underlying container.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. -
Uses of RabbitListenerEndpoint in org.springframework.rabbit.stream.config
Methods in org.springframework.rabbit.stream.config with parameters of type RabbitListenerEndpointModifier and TypeMethodDescriptionStreamRabbitListenerContainerFactory.createListenerContainer(RabbitListenerEndpoint endpoint)