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