CoWebFilter

abstract class CoWebFilter : WebFilter

Kotlin-specific implementation of the WebFilter interface that allows for using coroutines, including kotlin.coroutines.CoroutineContext propagation.

Author

Arjen Poutsma

Sebastien Deleuze

Since

6.0.5

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

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