Java org.springframework.amqp.rabbit.listener MethodRabbitListenerEndpoint fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.amqp.rabbit.listener MethodRabbitListenerEndpoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.amqp.rabbit.listener MethodRabbitListenerEndpoint.

The text is from its open source code.

Constructor

Method

voidsetAdmin(AmqpAdmin admin)
Set the AmqpAdmin instance to use.
voidsetBean(Object bean)
Set the object instance that should manage this endpoint.
voidsetBeanFactory(BeanFactory beanFactory)
voidsetExclusive(boolean exclusive)
Set if a single consumer in the container will have exclusive use of the queues, preventing other consumers from receiving messages from the queue(s).
voidsetGroup(String group)
Set the group for the corresponding listener container.
voidsetId(String id)
voidsetMessageHandlerMethodFactory(MessageHandlerMethodFactory messageHandlerMethodFactory)
Set the MessageHandlerMethodFactory to use to build the InvocableHandlerMethod responsible to manage the invocation of this endpoint.
voidsetMethod(Method method)
Set the method to invoke to process a message managed by this endpoint.
voidsetPriority(Integer priority)
Set the priority of this endpoint.
voidsetQueueNames(String... queueNames)
Set the queue names to use.