public UnitOfWork(IDocumentMessageDispatcher dispatcher, IOfflineDispatcher offlineDispatcher) { _dispatcher = dispatcher; _offlineDispatcher = offlineDispatcher; }
public UnitOfWork(IDocumentMessageDispatcher dispatcher) { _dispatcher = dispatcher; }
public ProcessDocumentMessagesHandler(IDocumentMessageDispatcher dispatcher) => _dispatcher = dispatcher;
public SagaDocumentMessageHandler(IDocumentMessageDispatcher dispatcher) => _dispatcher = dispatcher;