Class AmqpListenerContainerManager
java.lang.Object
org.frankframework.messaging.amqp.AmqpListenerContainerManager
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class AmqpListenerContainerManager
extends Object
implements org.springframework.context.ApplicationContextAware
Manage all
AmqpListenerContainer
s for all AmqpListener
s. Create a listener-container
per AMQP connection.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
closeListener
(AmqpListener amqpListener) void
openListener
(AmqpListener amqpListener) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
-
Constructor Details
-
AmqpListenerContainerManager
public AmqpListenerContainerManager()
-
-
Method Details
-
openListener
-
closeListener
-