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
AmqpListenerContainers for all AmqpListeners. Create a listener-container
per AMQP connection.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcloseListener(AmqpListener amqpListener) voidopenListener(AmqpListener amqpListener) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
-
Constructor Details
-
AmqpListenerContainerManager
public AmqpListenerContainerManager()
-
-
Method Details
-
openListener
-
closeListener
-