public interface ServiceHealth
Modifier and Type | Method and Description |
---|---|
default Optional<URI> |
getEndpoint()
The health enpoint exposed by the service.
|
default Map<String,String> |
getMetadata()
Gets a key/value metadata associated with the service.
|
default boolean |
isHealthy()
States if the service is healthy or not
|
Apache Camel