filter

open override fun filter(context: T): Mono<Void>

Executes the current filter and delegates to the next chain.

Return

a Mono of Void that completes when the filter and subsequent chain finish

Parameters

context

the context to be processed