-
- All Implemented Interfaces:
public interface EventCommittingService
-
-
Method Summary
Modifier and Type Method Description abstract UnitcommitDomainEventAsync(EventCommittingContext eventCommittingContext)Commit the given aggregate's domain events to the eventstore async and publish the domain events. abstract CompletableFuture<Boolean>publishDomainEventAsync(ProcessingCommand processingCommand, DomainEventStream eventStream)Publish the given domain event stream async. -
-
Method Detail
-
commitDomainEventAsync
abstract Unit commitDomainEventAsync(EventCommittingContext eventCommittingContext)
Commit the given aggregate's domain events to the eventstore async and publish the domain events.
-
publishDomainEventAsync
abstract CompletableFuture<Boolean> publishDomainEventAsync(ProcessingCommand processingCommand, DomainEventStream eventStream)
Publish the given domain event stream async.
-
-
-
-