Interface GcubeServiceBuilderDSL.StubClause

All Known Implementing Classes:
GcubeServiceBuilder
Enclosing interface:
GcubeServiceBuilderDSL

public static interface GcubeServiceBuilderDSL.StubClause
The clause that sets the stub interface of the target service.
Author:
Fabio Simeoni
  • Method Details

    • useRootPath

      GcubeService useRootPath()
      Uses the root path for the service.
      Returns:
      the GcubeService that describes the target service.
    • andPath

      GcubeService andPath(String path)
      Sets the service path.
      Parameters:
      path - the service path
      Returns:
      the GcubeService that describes the target service.