Package com.seam.api.resources.health
Class HealthClient
- java.lang.Object
-
- com.seam.api.resources.health.HealthClient
-
public class HealthClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptionsprotected java.util.function.Supplier<ServiceClient>serviceClient
-
Constructor Summary
Constructors Constructor Description HealthClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthGetHealthResponsegetHealth()HealthGetHealthResponsegetHealth(RequestOptions requestOptions)HealthGetServiceHealthResponsegetServiceHealth(HealthGetServiceHealthRequest request)HealthGetServiceHealthResponsegetServiceHealth(HealthGetServiceHealthRequest request, RequestOptions requestOptions)ServiceClientservice()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
serviceClient
protected final java.util.function.Supplier<ServiceClient> serviceClient
-
-
Constructor Detail
-
HealthClient
public HealthClient(ClientOptions clientOptions)
-
-
Method Detail
-
getHealth
public HealthGetHealthResponse getHealth()
-
getHealth
public HealthGetHealthResponse getHealth(RequestOptions requestOptions)
-
getServiceHealth
public HealthGetServiceHealthResponse getServiceHealth(HealthGetServiceHealthRequest request)
-
getServiceHealth
public HealthGetServiceHealthResponse getServiceHealth(HealthGetServiceHealthRequest request, RequestOptions requestOptions)
-
service
public ServiceClient service()
-
-