public static interface BeanEndpointBuilderFactory.BeanEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder |
advanced() |
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
cache(Boolean cache)
If enabled, Camel will cache the result of the first Registry
look-up.
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
cache(String cache)
If enabled, Camel will cache the result of the first Registry
look-up.
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
method(String method)
Sets the name of the method to invoke on the bean.
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
parameters(Map<String,Object> parameters)
Used for configuring additional properties on the bean.
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
parameters(String parameters)
Used for configuring additional properties on the bean.
|
default BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder advanced()
default BeanEndpointBuilderFactory.BeanEndpointBuilder cache(Boolean cache)
java.lang.Boolean type.
Group: commondefault BeanEndpointBuilderFactory.BeanEndpointBuilder cache(String cache)
java.lang.Boolean
type.
Group: commondefault BeanEndpointBuilderFactory.BeanEndpointBuilder method(String method)
java.lang.String type.
Group: commondefault BeanEndpointBuilderFactory.BeanEndpointBuilder parameters(Map<String,Object> parameters)
java.util.Map<java.lang.String,
java.lang.Object> type.
Group: commondefault BeanEndpointBuilderFactory.BeanEndpointBuilder parameters(String parameters)
java.util.Map<java.lang.String, java.lang.Object>
type.
Group: commondefault BeanEndpointBuilderFactory.BeanEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Group: producerdefault BeanEndpointBuilderFactory.BeanEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Group: producerApache Camel