Package io.stargate.sdk.http
Class ServiceHttp
java.lang.Object
io.stargate.sdk.Service
io.stargate.sdk.http.ServiceHttp
The target service is an HTTP Endpoint. This services can be used for
graphQL, rest, docs but not gRPC for instance.
-
Field Summary
Fields inherited from class io.stargate.sdk.Service
endpoint, healthCheckEndpoint, id -
Constructor Summary
ConstructorsConstructorDescriptionServiceHttp(String id, String endpoint, String healthCheckEndpoint) Constructor. -
Method Summary
Methods inherited from class io.stargate.sdk.Service
getEndpoint, getHealthCheckEndpoint, getId, setEndpoint, setHealthCheckEndpoint, setId
-
Constructor Details
-
ServiceHttp
Constructor.- Parameters:
id- identifierendpoint- endpointhealthCheckEndpoint- health check
-
-
Method Details