| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder.basic() |
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
BeanEndpointBuilderFactory.bean(String path)
Bean (camel-bean)
The bean component is for invoking Java beans from Camel.
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
BeanEndpointBuilderFactory.BeanEndpointBuilder.cache(Boolean cache)
If enabled, Camel will cache the result of the first Registry
look-up.
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
BeanEndpointBuilderFactory.BeanEndpointBuilder.cache(String cache)
If enabled, Camel will cache the result of the first Registry
look-up.
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
BeanEndpointBuilderFactory.BeanEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
BeanEndpointBuilderFactory.BeanEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
BeanEndpointBuilderFactory.BeanEndpointBuilder.method(String method)
Sets the name of the method to invoke on the bean.
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
BeanEndpointBuilderFactory.BeanEndpointBuilder.parameters(Map<String,Object> parameters)
Used for configuring additional properties on the bean.
|
default BeanEndpointBuilderFactory.BeanEndpointBuilder |
BeanEndpointBuilderFactory.BeanEndpointBuilder.parameters(String parameters)
Used for configuring additional properties on the bean.
|
Apache Camel