| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ServiceEndpointBuilderFactory.ServiceEndpointBuilder |
StaticEndpointBuilders.service(String path)
Service (camel-service)
Register a Camel endpoint to a Service Registry (such as Consul, Etcd)
and delegate to it.
|
static ServiceEndpointBuilderFactory.ServiceEndpointBuilder |
StaticEndpointBuilders.service(String componentName,
String path)
Service (camel-service)
Register a Camel endpoint to a Service Registry (such as Consul, Etcd)
and delegate to it.
|
| Modifier and Type | Method and Description |
|---|---|
default ServiceEndpointBuilderFactory.ServiceEndpointBuilder |
ServiceEndpointBuilderFactory.AdvancedServiceEndpointBuilder.basic() |
default ServiceEndpointBuilderFactory.ServiceEndpointBuilder |
ServiceEndpointBuilderFactory.ServiceEndpointBuilder.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.
|
default ServiceEndpointBuilderFactory.ServiceEndpointBuilder |
ServiceEndpointBuilderFactory.ServiceEndpointBuilder.bridgeErrorHandler(String 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 ServiceEndpointBuilderFactory.ServiceEndpointBuilder |
ServiceEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default ServiceEndpointBuilderFactory.ServiceEndpointBuilder |
ServiceEndpointBuilderFactory.ServiceBuilders.service(String path)
Service (camel-service)
Register a Camel endpoint to a Service Registry (such as Consul,
Etcd) and delegate to it.
|
default ServiceEndpointBuilderFactory.ServiceEndpointBuilder |
ServiceEndpointBuilderFactory.ServiceBuilders.service(String componentName,
String path)
Service (camel-service)
Register a Camel endpoint to a Service Registry (such as Consul,
Etcd) and delegate to it.
|
Apache Camel