| 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.EventAdminEndpointProducerBuilder |
EventAdminEndpointBuilderFactory.AdvancedEventAdminEndpointProducerBuilder.basic() |
default EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder |
EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder |
EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder |
EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder.send(boolean send)
Whether to use 'send' or 'synchronous' deliver.
|
default EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder |
EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder.send(String send)
Whether to use 'send' or 'synchronous' deliver.
|
Apache Camel