Package org.apache.camel.impl.cloud
Class DefaultServiceHealth
java.lang.Object
org.apache.camel.impl.cloud.DefaultServiceHealth
- All Implemented Interfaces:
org.apache.camel.cloud.ServiceHealth
@Deprecated(since="4.7")
public class DefaultServiceHealth
extends Object
implements org.apache.camel.cloud.ServiceHealth
Deprecated.
since 4.7
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.DefaultServiceHealth(boolean healthy) Deprecated.DefaultServiceHealth(boolean healthy, Map<String, String> meta) Deprecated.DefaultServiceHealth(Map<String, String> meta) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanDeprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.cloud.ServiceHealth
getEndpoint
-
Constructor Details
-
DefaultServiceHealth
public DefaultServiceHealth()Deprecated. -
DefaultServiceHealth
public DefaultServiceHealth(boolean healthy) Deprecated. -
DefaultServiceHealth
Deprecated. -
DefaultServiceHealth
Deprecated.
-
-
Method Details
-
isHealthy
public boolean isHealthy()Deprecated.- Specified by:
isHealthyin interfaceorg.apache.camel.cloud.ServiceHealth
-
getMetadata
Deprecated.- Specified by:
getMetadatain interfaceorg.apache.camel.cloud.ServiceHealth
-