CoWebFilter

abstract class CoWebFilter : WebFilter

Kotlin-specific implementation of the WebFilter interface that allows for using coroutines.

Author

Arjen Poutsma

Since

6.0.5

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
override fun filter(exchange: ServerWebExchange, chain: WebFilterChain): Mono<Void>