public static interface MvelEndpointBuilderFactory.MvelEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default MvelEndpointBuilderFactory.AdvancedMvelEndpointBuilder |
advanced() |
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
encoding(String encoding)
Character encoding of the resource content.
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MvelEndpointBuilderFactory.AdvancedMvelEndpointBuilder advanced()
default MvelEndpointBuilderFactory.MvelEndpointBuilder contentCache(boolean contentCache)
boolean type.
Default: false
Group: producerdefault MvelEndpointBuilderFactory.MvelEndpointBuilder contentCache(String contentCache)
boolean type.
Default: false
Group: producerdefault MvelEndpointBuilderFactory.MvelEndpointBuilder encoding(String encoding)
java.lang.String type.
Group: producerdefault MvelEndpointBuilderFactory.MvelEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault MvelEndpointBuilderFactory.MvelEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerApache Camel