EXPIRED

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun onSourcing(stateAggregate: StateAggregate<*>, eventStream: DomainEventStream): CommandState

Applies event sourcing to the state aggregate with the given event stream.

Link copied to clipboard
open fun onStore(eventStore: EventStore, eventStream: DomainEventStream): Mono<CommandState>

Stores the event stream in the event store.