@Generated(value="org.apache.camel.maven.packaging.ComponentDslMojo") public interface ServiceComponentBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceComponentBuilderFactory.ServiceComponentBuilder
Builder for the Service component.
|
static class |
ServiceComponentBuilderFactory.ServiceComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
static ServiceComponentBuilderFactory.ServiceComponentBuilder |
service()
Service (camel-service)
Register a Camel endpoint to a Service Registry (such as Consul, Etcd)
and delegate to it.
|
static ServiceComponentBuilderFactory.ServiceComponentBuilder service()
Apache Camel