Package org.apache.camel.cloud
Interface ServiceHealth
-
public interface ServiceHealth
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method 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 booleanisHealthy()States if the service is healthy or not
-