Example usage for org.springframework.amqp.rabbit.annotation RabbitListenerAnnotationBeanPostProcessor subclass-usage

List of usage examples for org.springframework.amqp.rabbit.annotation RabbitListenerAnnotationBeanPostProcessor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.amqp.rabbit.annotation RabbitListenerAnnotationBeanPostProcessor subclass-usage.

Usage

From source file org.springframework.amqp.rabbit.test.RabbitListenerTestHarness.java

/**
 * BeanPostProcessor extending {@link RabbitListenerAnnotationBeanPostProcessor}.
 * Wraps the listener bean in a CGLIB proxy with an advice to capture the arguments
 * and result (if any) in a blocking queue. Test cases can access the results
 * by autowiring the test harness into test cases.
 *