Class PersistPublishHistoryDispatcher
java.lang.Object
org.correomqtt.business.dispatcher.BaseDispatcher<T>
org.correomqtt.business.dispatcher.BaseConnectionDispatcher<PersistPublishHistoryObserver>
org.correomqtt.business.dispatcher.PersistPublishHistoryDispatcher
public class PersistPublishHistoryDispatcher extends BaseConnectionDispatcher<PersistPublishHistoryObserver>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PersistPublishHistoryDispatcher() -
Method Summary
Modifier and Type Method Description voiderrorReadingPublishHistory(Throwable exception)voiderrorWritingPublishHistory(Throwable exception)static PersistPublishHistoryDispatchergetInstance()voidupdatedPublishes(String connectionId)Methods inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
addObserver, removeObserver
-
Constructor Details
-
PersistPublishHistoryDispatcher
public PersistPublishHistoryDispatcher()
-
-
Method Details