@Deprecated
@ProviderType
public interface HealthCheckExecutionResult
HealthCheckExecutor
.
If the execution of the health check timed out, the methodModifier and Type | Method and Description |
---|---|
long |
getElapsedTimeInMs()
Deprecated.
Get the elapsed time in ms
|
java.util.Date |
getFinishedAt()
Deprecated.
Get the date, the health check finished or if the
execution timed out, the execution was aborted.
|
HealthCheckMetadata |
getHealthCheckMetadata()
Deprecated.
Get the meta data about the health check service
|
Result |
getHealthCheckResult()
Deprecated.
Get the result of the health check run.
|
boolean |
hasTimedOut()
Deprecated.
Returns true if the execution has timed out.
|
Result getHealthCheckResult()
long getElapsedTimeInMs()
java.util.Date getFinishedAt()
boolean hasTimedOut()
true
if execution timed out.HealthCheckMetadata getHealthCheckMetadata()
Copyright © 2022 The Apache Software Foundation. All rights reserved.