Package org.apache.camel.cloud
Interface ServiceHealth
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The health enpoint exposed by the service.Deprecated.Gets a key/value metadata associated with the service.default boolean
Deprecated.States if the service is healthy or not
-
Method Details
-
getMetadata
Deprecated.Gets a key/value metadata associated with the service. -
isHealthy
default boolean isHealthy()Deprecated.States if the service is healthy or not -
getEndpoint
Deprecated.The health enpoint exposed by the service.
-