Uses of Package
org.springframework.amqp.rabbit.listener.api
Packages that use org.springframework.amqp.rabbit.listener.api
Package
Description
Provides top-level classes for Spring Rabbit.
Provides core classes for Spring Rabbit.
Provides classes for message listener containers.
Provides classes for adapting listeners.
Provides Additional APIs for listeners.
Classes for testing Spring AMQP applications.
Provides classes for stream listener adapters.
-
Classes in org.springframework.amqp.rabbit.listener.api used by org.springframework.amqp.rabbitClassDescriptionA message listener that is aware of the Channel on which the message was received.
-
Classes in org.springframework.amqp.rabbit.listener.api used by org.springframework.amqp.rabbit.coreClassDescriptionA message listener that is aware of the Channel on which the message was received.
-
Classes in org.springframework.amqp.rabbit.listener.api used by org.springframework.amqp.rabbit.listenerClassDescriptionA message listener that is aware of the Channel on which the message was received.An error handler which is called when a {code @RabbitListener} method throws an exception.
-
Classes in org.springframework.amqp.rabbit.listener.api used by org.springframework.amqp.rabbit.listener.adapterClassDescriptionUsed to receive a batch of messages if the container supports it.A message listener that is aware of the Channel on which the message was received.An error handler which is called when a {code @RabbitListener} method throws an exception.
-
Classes in org.springframework.amqp.rabbit.listener.api used by org.springframework.amqp.rabbit.listener.apiClassDescriptionA message listener that is aware of the Channel on which the message was received.
-
Classes in org.springframework.amqp.rabbit.listener.api used by org.springframework.amqp.rabbit.testClassDescriptionA message listener that is aware of the Channel on which the message was received.
-
Classes in org.springframework.amqp.rabbit.listener.api used by org.springframework.rabbit.stream.listener.adapterClassDescriptionA message listener that is aware of the Channel on which the message was received.An error handler which is called when a {code @RabbitListener} method throws an exception.