Interface WebTestClient.RouterFunctionSpec
- All Superinterfaces:
WebTestClient.MockServerSpec<WebTestClient.RouterFunctionSpec>
- Enclosing interface:
- WebTestClient
public static interface WebTestClient.RouterFunctionSpec
extends WebTestClient.MockServerSpec<WebTestClient.RouterFunctionSpec>
Specification for customizing router function configuration.
-
Method Summary
Modifier and TypeMethodDescriptionhandlerStrategies
(HandlerStrategies handlerStrategies) Configure handler strategies.Methods inherited from interface org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
apply, build, configureClient, webFilter, webSessionManager
-
Method Details
-
handlerStrategies
Configure handler strategies.
-