Package org.springframework.amqp.rabbit.test
Classes for testing Spring AMQP applications.
-
Class Summary Class Description RabbitListenerTestBootstrap Overrides the default BPP with aRabbitListenerTestHarness.RabbitListenerTestHarness BeanPostProcessor extendingRabbitListenerAnnotationBeanPostProcessor.RabbitListenerTestHarness.InvocationData RabbitListenerTestSelector ARabbitListenerConfigurationSelectorextension to register aRabbitListenerTestBootstrap, but already with the higher order, so theRabbitListenerTestHarnessbean is registered earlier, thanRabbitListenerAnnotationBeanPostProcessor.TestRabbitTemplate ARabbitTemplatethat invokes@RabbitListeners directly. -
Annotation Types Summary Annotation Type Description RabbitListenerTest Annotate a@Configurationclass with this to enable proxying@RabbitListenerbeans to capture arguments and result (if any).