Package io.littlehorse.sdk.worker
Class LHTaskWorkerHealth
- java.lang.Object
-
- io.littlehorse.sdk.worker.LHTaskWorkerHealth
-
public class LHTaskWorkerHealth extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LHTaskWorkerHealth(boolean isHealthy, LHTaskWorkerHealthReason reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LHTaskWorkerHealthReasongetReason()booleanisHealthy()
-
-
-
Constructor Detail
-
LHTaskWorkerHealth
public LHTaskWorkerHealth(boolean isHealthy, LHTaskWorkerHealthReason reason)
-
-
Method Detail
-
isHealthy
public boolean isHealthy()
-
getReason
public LHTaskWorkerHealthReason getReason()
-
-