DefaultSnapshotHandler

Constructors

Link copied to clipboard
constructor(chain: FilterChain<StateEventExchange<*>>, errorHandler: ErrorHandler<StateEventExchange<*>> = LogResumeErrorHandler())

Functions

Link copied to clipboard
open fun handle(context: StateEventExchange<*>): Mono<Void>

Method to execute the handling logic.

Link copied to clipboard

Wraps a SnapshotHandler with metrics collection capabilities. Returns a MetricSnapshotHandler that collects metrics on snapshot handling operations.