Class RabbitmqSubscriptionManager
- java.lang.Object
-
- org.duracloud.common.changenotifier.RabbitmqSubscriptionManager
-
- All Implemented Interfaces:
SubscriptionManager
public class RabbitmqSubscriptionManager extends Object implements SubscriptionManager
Handles connections to and interactions with RabbitMQ- Author:
- Shibo Liu Feb 29, 2020
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddListener(MessageListener listener)voidconnect()voiddisconnect()
-
-
-
Method Detail
-
addListener
public void addListener(MessageListener listener)
- Specified by:
addListenerin interfaceSubscriptionManager
-
connect
public void connect()
- Specified by:
connectin interfaceSubscriptionManager
-
disconnect
public void disconnect()
- Specified by:
disconnectin interfaceSubscriptionManager
-
-