Interface BackendContract.UpdateStages.WithProxy
- All Known Subinterfaces:
BackendContract.Update
- Enclosing interface:
BackendContract.UpdateStages
public static interface BackendContract.UpdateStages.WithProxy
The stage of the BackendContract update 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.
-