Package org.apache.camel.cloud
Interface ServiceDefinition
Deprecated.
Represents a Service.
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the health.getHost()
Deprecated.Gets the IP or hostname of the server hosting the service.getId()
Deprecated.Gets the service id.Deprecated.Gets a key/value metadata associated with the service.getName()
Deprecated.Gets the service name.int
getPort()
Deprecated.Gets the port number of the server hosting the service.default boolean
matches
(ServiceDefinition other) Deprecated.Check if a service definition matches.
-
Field Details
-
SERVICE_META_PREFIX
Deprecated.- See Also:
-
SERVICE_META_ID
Deprecated.- See Also:
-
SERVICE_META_NAME
Deprecated.- See Also:
-
SERVICE_META_HOST
Deprecated.- See Also:
-
SERVICE_META_PORT
Deprecated.- See Also:
-
SERVICE_META_ZONE
Deprecated.- See Also:
-
SERVICE_META_PROTOCOL
Deprecated.- See Also:
-
SERVICE_META_PATH
Deprecated.- See Also:
-
-
Method Details
-
getId
String getId()Deprecated.Gets the service id. -
getName
String getName()Deprecated.Gets the service name. -
getHost
String getHost()Deprecated.Gets the IP or hostname of the server hosting the service. -
getPort
int getPort()Deprecated.Gets the port number of the server hosting the service. -
getHealth
ServiceHealth getHealth()Deprecated.Gets the health. -
getMetadata
Deprecated.Gets a key/value metadata associated with the service. -
matches
Deprecated.Check if a service definition matches.
-