-
- All Implemented Interfaces:
-
org.enodeframework.commanding.ProcessingCommandHandler
public final class DefaultProcessingCommandHandler implements ProcessingCommandHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDefaultProcessingCommandHandler.Companion
-
Constructor Summary
Constructors Constructor Description DefaultProcessingCommandHandler(EventStore eventStore, CommandHandlerProvider commandHandlerProvider, TypeNameProvider typeNameProvider, EventCommittingService eventCommittingService, MemoryCache memoryCache, MessagePublisher<ApplicationMessage> applicationMessagePublisher, MessagePublisher<DomainExceptionMessage> exceptionPublisher, SerializeService serializeService)
-
Method Summary
Modifier and Type Method Description CompletableFuture<Boolean>handleAsync(ProcessingCommand processingCommand)process given processing command. -
-
Constructor Detail
-
DefaultProcessingCommandHandler
DefaultProcessingCommandHandler(EventStore eventStore, CommandHandlerProvider commandHandlerProvider, TypeNameProvider typeNameProvider, EventCommittingService eventCommittingService, MemoryCache memoryCache, MessagePublisher<ApplicationMessage> applicationMessagePublisher, MessagePublisher<DomainExceptionMessage> exceptionPublisher, SerializeService serializeService)
-
-
Method Detail
-
handleAsync
CompletableFuture<Boolean> handleAsync(ProcessingCommand processingCommand)
process given processing command.
-
-
-
-