BatchRegenerateSnapshotHandlerFunction

class BatchRegenerateSnapshotHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateFactory: StateAggregateFactory, eventStore: EventStore, snapshotRepository: SnapshotRepository, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>

Constructors

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

Functions

Link copied to clipboard
open override fun handle(request: ServerRequest): Mono<ServerResponse>