@FunctionalInterface public interface HealthCheck
Modifier and Type | Method and Description |
---|---|
HealthCheckResponse |
call()
Invokes the health check procedure provided by the implementation of this interface.
|
HealthCheckResponse call()
HealthCheckResponse
object containing information about the health check resultCopyright © 2017–2021 MicroProfile. All rights reserved.