public static interface BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
basic() |
default BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder |
parameters(Map values)
Used for configuring additional properties on the bean.
|
default BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder |
parameters(String key,
Object value)
Used for configuring additional properties on the bean.
|
default BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder basic()
default BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder parameters(String key, Object value)
key - the option keyvalue - the option valuedefault BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder parameters(Map values)
values - the valuesdefault BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel