Filter

fun interface Filter<T>

Inheritors

Functions

Link copied to clipboard
abstract fun filter(context: T, next: FilterChain<T>): Mono<Void>