Class UnsubscribeDispatcher
java.lang.Object
org.correomqtt.business.dispatcher.BaseDispatcher<T>
org.correomqtt.business.dispatcher.BaseConnectionDispatcher<UnsubscribeObserver>
org.correomqtt.business.dispatcher.UnsubscribeDispatcher
public class UnsubscribeDispatcher extends BaseConnectionDispatcher<UnsubscribeObserver>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UnsubscribeDispatcher() -
Method Summary
Modifier and Type Method Description static UnsubscribeDispatchergetInstance()voidonUnsubscribeCanceled(String connectionId, SubscriptionDTO subscriptionDTO)voidonUnsubscribeFailed(String connectionId, SubscriptionDTO subscriptionDTO, Throwable exception)voidonUnsubscribeRunning(String connectionId, SubscriptionDTO subscriptionDTO)voidonUnsubscribeScheduled(String connectionId, SubscriptionDTO subscriptionDTO)voidonUnsubscribeSucceeded(String connectionId, SubscriptionDTO subscriptionDTO)Methods inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
addObserver, removeObserver
-
Constructor Details
-
UnsubscribeDispatcher
public UnsubscribeDispatcher()
-
-
Method Details
-
getInstance
-
onUnsubscribeSucceeded
-
onUnsubscribeCanceled
-
onUnsubscribeFailed
public void onUnsubscribeFailed(String connectionId, SubscriptionDTO subscriptionDTO, Throwable exception) -
onUnsubscribeRunning
-
onUnsubscribeScheduled
-