Interface BackendContract.DefinitionStages.WithProtocol
- All Known Subinterfaces:
BackendContract.Definition,BackendContract.DefinitionStages.WithCreate
- Enclosing interface:
BackendContract.DefinitionStages
public static interface BackendContract.DefinitionStages.WithProtocol
The stage of the BackendContract definition 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.
-