public static interface MvelEndpointBuilderFactory.MvelEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default MvelEndpointBuilderFactory.MvelEndpointBuilder |
allowTemplateFromHeader(String allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
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.MvelEndpointBuilder allowContextMapAll(boolean allowContextMapAll)
allowContextMapAll - the value to setdefault MvelEndpointBuilderFactory.MvelEndpointBuilder allowContextMapAll(String allowContextMapAll)
allowContextMapAll - the value to setdefault MvelEndpointBuilderFactory.MvelEndpointBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault MvelEndpointBuilderFactory.MvelEndpointBuilder allowTemplateFromHeader(String allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault MvelEndpointBuilderFactory.MvelEndpointBuilder contentCache(boolean contentCache)
contentCache - the value to setdefault MvelEndpointBuilderFactory.MvelEndpointBuilder contentCache(String contentCache)
contentCache - the value to setdefault MvelEndpointBuilderFactory.MvelEndpointBuilder encoding(String encoding)
encoding - the value to setdefault MvelEndpointBuilderFactory.MvelEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault MvelEndpointBuilderFactory.MvelEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel