StatelessSagaHandler

Handler interface for stateless sagas that processes domain events. Implementations of this interface handle the execution of saga logic in response to domain events.

Inheritors

Functions

Link copied to clipboard
abstract fun handle(context: DomainEventExchange<*>): Mono<Void>

Method to execute the handling logic.

Link copied to clipboard

Wraps a StatelessSagaHandler with metrics collection capabilities. Returns a MetricStatelessSagaHandler that collects metrics on saga handling operations.