FilterChain

fun interface FilterChain<T>

Used to orchestrate Handler.

like org.springframework.web.server.handler.WebFilterChain

Inheritors

Functions

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