Interface BackendContract.UpdateStages.WithProtocol
- All Known Subinterfaces:
BackendContract.Update
- Enclosing interface:
BackendContract.UpdateStages
public static interface BackendContract.UpdateStages.WithProtocol
The stage of the BackendContract update allowing to specify protocol.
-
Method Summary
Modifier and TypeMethodDescriptionwithProtocol(BackendProtocol protocol) Specifies the protocol property: Backend communication protocol..
-
Method Details
-
withProtocol
Specifies the protocol property: Backend communication protocol..- Parameters:
protocol- Backend communication protocol.- Returns:
- the next definition stage.
-