spring-framework / org.springframework.test.web.reactive.server / MockServerConfigurer / beforeServerCreated

beforeServerCreated

open fun beforeServerCreated(builder: WebHttpHandlerBuilder): Unit

Invoked just before the mock server is built. Use this hook to inspect and/or modify application-declared filtes and exception handlers,

Parameters

builder - the builder for the HttpHandler that will handle requests (i.e. the mock server)