handle

abstract fun handle(context: T): Mono<Void>

Method to execute the handling logic.

Return

a Mono signaling completion

Parameters

context

the context to handle