Class ExportMessageDispatcher
java.lang.Object
org.correomqtt.business.dispatcher.BaseDispatcher<T>
org.correomqtt.business.dispatcher.BaseConnectionDispatcher<ExportMessageObserver>
org.correomqtt.business.dispatcher.ExportMessageDispatcher
public class ExportMessageDispatcher extends BaseConnectionDispatcher<ExportMessageObserver>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ExportMessageDispatcher() -
Method Summary
Modifier and Type Method Description static ExportMessageDispatchergetInstance()voidonExportCancelled(String connectionId, File file, MessageDTO messageDTO)voidonExportFailed(String connectionId, File file, MessageDTO messageDTO, Throwable exception)voidonExportRunning(String connectionId)voidonExportScheduled(String connectionId)voidonExportStarted(String connectionId, File file, MessageDTO messageDTO)voidonExportSucceeded(String connectionId)Methods inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
addObserver, removeObserver
-
Constructor Details
-
ExportMessageDispatcher
public ExportMessageDispatcher()
-
-
Method Details
-
getInstance
-
onExportStarted
-
onExportSucceeded
-
onExportCancelled
-
onExportFailed
public void onExportFailed(String connectionId, File file, MessageDTO messageDTO, Throwable exception) -
onExportRunning
-
onExportScheduled
-