| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| 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.service(String path)
Service (camel-service)
Represents an endpoint which is registered to a Service Registry such as
Consul, Etcd.
|
default ServiceEndpointBuilderFactory.ServiceEndpointBuilder |
ServiceEndpointBuilderFactory.ServiceBuilders.service(String path)
Service (camel-service)
Represents an endpoint which is registered to a Service Registry such
as Consul, Etcd.
|
Apache Camel