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 Details

    • withProtocol

      BackendContract.Update withProtocol(BackendProtocol protocol)
      Specifies the protocol property: Backend communication protocol..
      Parameters:
      protocol - Backend communication protocol.
      Returns:
      the next definition stage.