filter

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

Executes the filter chain on the given context.

Return

a Mono of Void that completes when the entire chain has finished processing

Parameters

context

the context to be processed by the filter chain