Interface BackendContract.DefinitionStages.WithProxy
- All Known Subinterfaces:
BackendContract.Definition,BackendContract.DefinitionStages.WithCreate
- Enclosing interface:
BackendContract.DefinitionStages
public static interface BackendContract.DefinitionStages.WithProxy
The stage of the BackendContract definition allowing to specify proxy.
-
Method Summary
Modifier and TypeMethodDescriptionwithProxy(BackendProxyContract proxy) Specifies the proxy property: Backend gateway Contract Properties.
-
Method Details
-
withProxy
Specifies the proxy property: Backend gateway Contract Properties.- Parameters:
proxy- Backend gateway Contract Properties.- Returns:
- the next definition stage.
-