Package org.gcube.common.calls.jaxrs
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 Summary
Modifier and TypeMethodDescriptionSets the service path.Uses the root path for the service.
-
Method Details
-
useRootPath
GcubeService useRootPath()Uses the root path for the service.- Returns:
- the
GcubeServicethat describes the target service.
-
andPath
Sets the service path.- Parameters:
path- the service path- Returns:
- the
GcubeServicethat describes the target service.
-