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