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
-
Fields inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
observer
-
-
Constructor Summary
Constructors Constructor Description PersistPublishHistoryDispatcher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
getInstance
public static PersistPublishHistoryDispatcher getInstance()
-
updatedPublishes
public void updatedPublishes(String connectionId)
-
errorReadingPublishHistory
public void errorReadingPublishHistory(Throwable exception)
-
errorWritingPublishHistory
public void errorWritingPublishHistory(Throwable exception)
-
-