ResendStateEventFunction

class ResendStateEventFunction(aggregateMetadata: AggregateMetadata<*, *>, snapshotRepository: SnapshotRepository, stateEventCompensator: StateEventCompensator, exceptionHandler: RequestExceptionHandler, batchExecutionPolicy: BatchExecutionPolicy) : HandlerFunction<ServerResponse>

Constructors

Link copied to clipboard
constructor(aggregateMetadata: AggregateMetadata<*, *>, snapshotRepository: SnapshotRepository, stateEventCompensator: StateEventCompensator, exceptionHandler: RequestExceptionHandler, batchExecutionPolicy: BatchExecutionPolicy)

Functions

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