Package org.apache.camel.impl.cloud
Class DefaultServiceDefinition.Builder
java.lang.Object
org.apache.camel.impl.cloud.DefaultServiceDefinition.Builder
- Enclosing class:
- DefaultServiceDefinition
Fluent builder to construct ServiceDefinition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllMeta(Map<String, String> meta) org.apache.camel.cloud.ServiceDefinitionbuild()from(org.apache.camel.cloud.ServiceDefinition source) org.apache.camel.cloud.ServiceHealthhealth()host()id()meta()name()port()withHealth(org.apache.camel.cloud.ServiceHealth health)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
from
-
from
-
withId
-
id
-
withName
-
name
-
withHost
-
host
-
withPort
-
withPort
-
port
-
withMeta
-
addMeta
-
addAllMeta
-
meta
-
withHealth
-
health
public org.apache.camel.cloud.ServiceHealth health() -
build
public org.apache.camel.cloud.ServiceDefinition build()
-