RegenerateSnapshotHandler

class RegenerateSnapshotHandler(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateFactory: StateAggregateFactory, eventStore: EventStore, snapshotStore: SnapshotStore)

Constructors

Link copied to clipboard
constructor(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateFactory: StateAggregateFactory, eventStore: EventStore, snapshotStore: SnapshotStore)

Functions

Link copied to clipboard
fun handle(aggregateId: AggregateId): Mono<Snapshot<*>>