| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventAdminEndpointBuilderFactory.EventAdminEndpointBuilder
Builder for endpoint for the OSGi EventAdmin component.
|
| Modifier and Type | Method and Description |
|---|---|
default EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder |
EventAdminEndpointBuilderFactory.AdvancedEventAdminEndpointConsumerBuilder.basic() |
default EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder |
EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder.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 EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder |
EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder.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.
|
default EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder |
EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder.send(boolean send)
Whether to use 'send' or 'synchronous' deliver.
|
default EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder |
EventAdminEndpointBuilderFactory.EventAdminEndpointConsumerBuilder.send(String send)
Whether to use 'send' or 'synchronous' deliver.
|
Apache Camel