Class MethodRabbitListenerEndpoint

java.lang.Object
org.springframework.amqp.rabbit.listener.AbstractRabbitListenerEndpoint
org.springframework.amqp.rabbit.listener.MethodRabbitListenerEndpoint
All Implemented Interfaces:
RabbitListenerEndpoint, Aware, BeanFactoryAware
Direct Known Subclasses:
MultiMethodRabbitListenerEndpoint

public class MethodRabbitListenerEndpoint extends AbstractRabbitListenerEndpoint
A RabbitListenerEndpoint providing the method to invoke to process an incoming message for this endpoint.
Since:
1.4
Author:
Stephane Nicoll, Artem Bilan, Gary Russell