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.
- Since:
- 5.0
- Author:
- Rossen Stoyanchev, Brian Clozel, Sam Brannen, MichaĆ Rowicki
- 
Method SummaryModifier and TypeMethodDescriptionhandlerStrategies(HandlerStrategies handlerStrategies) Configure handler strategies.Methods inherited from interface WebTestClient.MockServerSpecapply, build, configureClient, sslInfo, webFilter, webSessionManager
- 
Method Details- 
handlerStrategiesConfigure handler strategies.
 
-