Package io.camunda.client.impl.response
Class StatusResponseImpl
java.lang.Object
io.camunda.client.impl.response.StatusResponseImpl
- All Implemented Interfaces:
StatusResponse
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.client.api.response.StatusResponse
StatusResponse.Status -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StatusResponseImpl
-
-
Method Details
-
getStatus
- Specified by:
getStatusin interfaceStatusResponse- Returns:
StatusResponse.Status.UPif the cluster is healthy (has at least one partition with a healthy leader),StatusResponse.Status.DOWNotherwise
-