EventHandler

Base interface for event handlers that process domain event exchanges.

See also

Inheritors

Functions

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

Method to execute the handling logic.