public static interface EventEndpointBuilderFactory.AdvancedEventEndpointBuilder extends EventEndpointBuilderFactory.AdvancedEventEndpointConsumerBuilder, EventEndpointBuilderFactory.AdvancedEventEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EventEndpointBuilderFactory.EventEndpointBuilder |
basic() |
default EventEndpointBuilderFactory.AdvancedEventEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default EventEndpointBuilderFactory.AdvancedEventEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePatterndoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault EventEndpointBuilderFactory.EventEndpointBuilder basic()
basic in interface EventEndpointBuilderFactory.AdvancedEventEndpointConsumerBuilderbasic in interface EventEndpointBuilderFactory.AdvancedEventEndpointProducerBuilderdefault EventEndpointBuilderFactory.AdvancedEventEndpointBuilder synchronous(boolean synchronous)
synchronous in interface EventEndpointBuilderFactory.AdvancedEventEndpointConsumerBuildersynchronous in interface EventEndpointBuilderFactory.AdvancedEventEndpointProducerBuildersynchronous - the value to setdefault EventEndpointBuilderFactory.AdvancedEventEndpointBuilder synchronous(String synchronous)
synchronous in interface EventEndpointBuilderFactory.AdvancedEventEndpointConsumerBuildersynchronous in interface EventEndpointBuilderFactory.AdvancedEventEndpointProducerBuildersynchronous - the value to setApache Camel