ProjectionHandler

Handler interface for projections that processes domain events. Implementations of this interface handle the execution of projection 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 ProjectionHandler with metrics collection capabilities. Returns a MetricProjectionHandler that collects metrics on projection handling operations.