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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
Delegates to #validateConfiguration() and #initialize() .
ChannelHoldergetChannelHolder()
Get the channel holder associated with a direct reply-to consumer; contains a consumer epoch to prevent inappropriate releases.
voidreleaseConsumerFor(ChannelHolder channelHolder, boolean cancelConsumer, @Nullable String message)
Release the consumer associated with the channel for reuse.
voidsetApplicationEventPublisher(ApplicationEventPublisher applicationEventPublisher)
voidsetBeanName(String beanName)
voidsetIdleEventInterval(long idleEventInterval)
How often to emit ListenerContainerIdleEvent s in milliseconds.
voidstart()
Start this container.
voidstop()
Stop this container.