public static interface JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder allowContextMapAll(boolean allowContextMapAll)
allowContextMapAll - the value to setdefault JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder allowContextMapAll(String allowContextMapAll)
allowContextMapAll - the value to setdefault JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder contentCache(boolean contentCache)
contentCache - the value to setdefault JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder contentCache(String contentCache)
contentCache - the value to setdefault JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel