handleExchange

open override fun handleExchange(exchange: StateEventExchange<*>): Mono<Void>

Handles a state event exchange by setting the snapshot function and delegating to the snapshot handler.

Return

a Mono that completes when handling is done

Parameters

exchange

the state event exchange to handle