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

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.amqp.rabbit.listener.MessageListenerContainer has the following implementations.
Click this link to see all its implementation.

Method

intgetPhase()
Return the phase that this lifecycle object is supposed to run in.
booleanisAutoStartup()
Returns true if this Lifecycle component should get started automatically by the container at the time that the containing ApplicationContext gets refreshed.
booleanisRunning()
Check whether this component is currently running.
voidstart()
Start this component.
voidstop()
Stop this component, typically in a synchronous fashion, such that the component is fully stopped upon return of this method.
voidstop(Runnable callback)
Indicates that a Lifecycle component must stop if it is currently running.