CoWebFilterChain

Kotlin-specific adaption of WebFilterChain that allows for coroutines.

Author

Arjen Poutsma

Since

6.0.5

Functions

Link copied to clipboard
abstract suspend fun filter(exchange: ServerWebExchange)

Delegate to the next WebFilter in the chain.