handle

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

执行处理逻辑的方法

Return

完成信号的Mono

Parameters

context

处理的上下文