Interface SubscriptionManager
-
- All Known Implementing Classes:
RabbitmqSubscriptionManager,SnsSubscriptionManager
public interface SubscriptionManagerDefines the interface that manages subscriptions for SNS or RabbitMQ- Author:
- Shibo Liu Feb 29, 2020
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddListener(MessageListener listener)voidconnect()voiddisconnect()
-
-
-
Method Detail
-
addListener
void addListener(MessageListener listener)
-
connect
void connect()
-
disconnect
void disconnect()
-
-