CoWebExceptionHandler

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

Author

Sangyoon Jeong

Since

6.2

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
override fun handle(exchange: ServerWebExchange, ex: Throwable): Mono<Void>