NoOp

No-operation implementation of SnapshotStrategy that never creates snapshots. Useful for testing or when snapshots are not needed.

Functions

Link copied to clipboard

Wraps a SnapshotStrategy with metrics collection capabilities. Returns a MetricSnapshotStrategy that collects metrics on snapshot strategy operations.

Link copied to clipboard
open override fun onEvent(stateEventExchange: StateEventExchange<*>): Mono<Void>

Does nothing and returns an empty Mono.