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 SummaryModifier and TypeMethodDescriptionhandlerStrategies(HandlerStrategies handlerStrategies) Configure handler strategies.Methods inherited from interface org.springframework.test.web.reactive.server.WebTestClient.MockServerSpecapply, build, configureClient, webFilter, webSessionManager
- 
Method Details- 
handlerStrategiesConfigure handler strategies.
 
-