| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ServiceComponentBuilderFactory.ServiceComponentBuilder |
ComponentsBuilderFactory.service()
Service (camel-service)
Register a Camel endpoint to a Service Registry (such as Consul, Etcd)
and delegate to it.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceComponentBuilderFactory.ServiceComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default ServiceComponentBuilderFactory.ServiceComponentBuilder |
ServiceComponentBuilderFactory.ServiceComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default ServiceComponentBuilderFactory.ServiceComponentBuilder |
ServiceComponentBuilderFactory.ServiceComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
static ServiceComponentBuilderFactory.ServiceComponentBuilder |
ServiceComponentBuilderFactory.service()
Service (camel-service)
Register a Camel endpoint to a Service Registry (such as Consul, Etcd)
and delegate to it.
|
default ServiceComponentBuilderFactory.ServiceComponentBuilder |
ServiceComponentBuilderFactory.ServiceComponentBuilder.service(org.apache.camel.cloud.ServiceRegistry service)
Inject the service to use.
|
default ServiceComponentBuilderFactory.ServiceComponentBuilder |
ServiceComponentBuilderFactory.ServiceComponentBuilder.serviceSelector(org.apache.camel.cloud.ServiceRegistry.Selector serviceSelector)
Inject the service selector used to lookup the ServiceRegistry to
use.
|
Apache Camel