Class BaseConnectionDispatcher<T extends BaseConnectionObserver>
- java.lang.Object
-
- org.correomqtt.business.dispatcher.BaseDispatcher<T>
-
- org.correomqtt.business.dispatcher.BaseConnectionDispatcher<T>
-
- Direct Known Subclasses:
ConnectionLifecycleDispatcher,ExportMessageDispatcher,ImportMessageDispatcher,PersistPublishHistoryDispatcher,PersistSubscriptionHistoryDispatcher,PublishDispatcher,PublishGlobalDispatcher,ShortcutDispatcher,SubscribeDispatcher,SubscribeGlobalDispatcher,UnsubscribeDispatcher
public abstract class BaseConnectionDispatcher<T extends BaseConnectionObserver> extends BaseDispatcher<T>
-
-
Field Summary
-
Fields inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
observer
-
-
Constructor Summary
Constructors Constructor Description BaseConnectionDispatcher()
-
Method Summary
-
Methods inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
addObserver, removeObserver
-
-