Package org.apache.camel.impl.cloud
Class DefaultServiceDefinition
java.lang.Object
org.apache.camel.impl.cloud.DefaultServiceDefinition
- All Implemented Interfaces:
org.apache.camel.cloud.ServiceDefinition
@Deprecated(since="4.7")
public class DefaultServiceDefinition
extends Object
implements org.apache.camel.cloud.ServiceDefinition
Deprecated.
since 4.7
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.Fluent builder to construct ServiceDefinition. -
Field Summary
Fields inherited from interface org.apache.camel.cloud.ServiceDefinition
SERVICE_META_HOST, SERVICE_META_ID, SERVICE_META_NAME, SERVICE_META_PATH, SERVICE_META_PORT, SERVICE_META_PREFIX, SERVICE_META_PROTOCOL, SERVICE_META_ZONE -
Constructor Summary
ConstructorsConstructorDescriptionDefaultServiceDefinition(String name, String host, int port) Deprecated.Deprecated.DefaultServiceDefinition(String name, String host, int port, Map<String, String> meta, org.apache.camel.cloud.ServiceHealth health) Deprecated.DefaultServiceDefinition(String name, String host, int port, org.apache.camel.cloud.ServiceHealth health) Deprecated.DefaultServiceDefinition(String id, String name, String host, int port) Deprecated.Deprecated.DefaultServiceDefinition(String id, String name, String host, int port, Map<String, String> meta, org.apache.camel.cloud.ServiceHealth health) Deprecated.DefaultServiceDefinition(String id, String name, String host, int port, org.apache.camel.cloud.ServiceHealth health) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.booleanDeprecated.org.apache.camel.cloud.ServiceHealthDeprecated.getHost()Deprecated.getId()Deprecated.Deprecated.getName()Deprecated.intgetPort()Deprecated.inthashCode()Deprecated.static Stream<? extends org.apache.camel.cloud.ServiceDefinition> Deprecated.toString()Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.camel.cloud.ServiceDefinition
matches
-
Constructor Details
-
DefaultServiceDefinition
Deprecated. -
DefaultServiceDefinition
Deprecated. -
DefaultServiceDefinition
public DefaultServiceDefinition(String name, String host, int port, org.apache.camel.cloud.ServiceHealth health) Deprecated. -
DefaultServiceDefinition
public DefaultServiceDefinition(String id, String name, String host, int port, org.apache.camel.cloud.ServiceHealth health) Deprecated. -
DefaultServiceDefinition
Deprecated. -
DefaultServiceDefinition
public DefaultServiceDefinition(String id, String name, String host, int port, Map<String, String> meta) Deprecated. -
DefaultServiceDefinition
public DefaultServiceDefinition(String name, String host, int port, Map<String, String> meta, org.apache.camel.cloud.ServiceHealth health) Deprecated. -
DefaultServiceDefinition
public DefaultServiceDefinition(String id, String name, String host, int port, Map<String, String> meta, org.apache.camel.cloud.ServiceHealth health) Deprecated.
-
-
Method Details
-
getId
Deprecated.- Specified by:
getIdin interfaceorg.apache.camel.cloud.ServiceDefinition
-
getName
Deprecated.- Specified by:
getNamein interfaceorg.apache.camel.cloud.ServiceDefinition
-
getHost
Deprecated.- Specified by:
getHostin interfaceorg.apache.camel.cloud.ServiceDefinition
-
getPort
public int getPort()Deprecated.- Specified by:
getPortin interfaceorg.apache.camel.cloud.ServiceDefinition
-
getHealth
public org.apache.camel.cloud.ServiceHealth getHealth()Deprecated.- Specified by:
getHealthin interfaceorg.apache.camel.cloud.ServiceDefinition
-
getMetadata
Deprecated.- Specified by:
getMetadatain interfaceorg.apache.camel.cloud.ServiceDefinition
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
parse
Deprecated. -
builder
Deprecated.
-