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
-
Fields inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
observer
-
-
Constructor Summary
Constructors Constructor Description ExportMessageDispatcher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
getInstance
public static ExportMessageDispatcher getInstance()
-
onExportStarted
public void onExportStarted(String connectionId, File file, MessageDTO messageDTO)
-
onExportSucceeded
public void onExportSucceeded(String connectionId)
-
onExportCancelled
public void onExportCancelled(String connectionId, File file, MessageDTO messageDTO)
-
onExportFailed
public void onExportFailed(String connectionId, File file, MessageDTO messageDTO, Throwable exception)
-
onExportRunning
public void onExportRunning(String connectionId)
-
onExportScheduled
public void onExportScheduled(String connectionId)
-
-