public static interface EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EventAdminEndpointBuilderFactory.AdvancedEventAdminEndpointProducerBuilder |
advanced() |
default EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder |
send(boolean send)
Whether to use 'send' or 'synchronous' deliver.
|
default EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder |
send(String send)
Whether to use 'send' or 'synchronous' deliver.
|
default EventAdminEndpointBuilderFactory.AdvancedEventAdminEndpointProducerBuilder advanced()
default EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder send(boolean send)
boolean type.
Default: false
Group: commondefault EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder send(String send)
boolean type.
Default: false
Group: commondefault EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault EventAdminEndpointBuilderFactory.EventAdminEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerApache Camel