Class PublishDispatcher
java.lang.Object
org.correomqtt.business.dispatcher.BaseDispatcher<T>
org.correomqtt.business.dispatcher.BaseConnectionDispatcher<PublishObserver>
org.correomqtt.business.dispatcher.PublishDispatcher
public class PublishDispatcher extends BaseConnectionDispatcher<PublishObserver>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PublishDispatcher() -
Method Summary
Modifier and Type Method Description static PublishDispatchergetInstance()voidonPublishCancelled(String connectionId, MessageDTO messageDTO)voidonPublishFailed(String connectionId, MessageDTO messageDTO, Throwable exception)voidonPublishRunning(String connectionId, MessageDTO messageDTO)voidonPublishScheduled(String connectionId, MessageDTO messageDTO)voidonPublishSucceeded(String connectionId, MessageDTO messageDTO)Methods inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
addObserver, removeObserver
-
Constructor Details
-
PublishDispatcher
public PublishDispatcher()
-
-
Method Details