WebFluxRequestExceptionHandler

class WebFluxRequestExceptionHandler(errorStrategy: WebFluxErrorStrategy = DefaultWebFluxErrorStrategy) : RequestExceptionHandler

Constructors

Link copied to clipboard
constructor(errorStrategy: WebFluxErrorStrategy = DefaultWebFluxErrorStrategy)

Functions

Link copied to clipboard
fun ServerRequest.formatRequest(): String
Link copied to clipboard
open override fun handle(request: ServerRequest, throwable: Throwable): Mono<ServerResponse>