RegenerateSnapshotHandler

class RegenerateSnapshotHandler(    aggregateMetadata: AggregateMetadata<*, *>,     stateAggregateFactory: StateAggregateFactory,     eventStore: EventStore,     snapshotRepository: SnapshotRepository)

Constructors

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

Functions

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