public static interface CaffeineCacheComponentBuilderFactory.CaffeineCacheComponentBuilder extends ComponentBuilder<org.apache.camel.component.caffeine.cache.CaffeineCacheComponent>
| Modifier and Type | Method and Description |
|---|---|
default CaffeineCacheComponentBuilderFactory.CaffeineCacheComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default CaffeineCacheComponentBuilderFactory.CaffeineCacheComponentBuilder |
configuration(org.apache.camel.component.caffeine.CaffeineConfiguration configuration)
Sets the global component configuration.
|
default CaffeineCacheComponentBuilderFactory.CaffeineCacheComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault CaffeineCacheComponentBuilderFactory.CaffeineCacheComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault CaffeineCacheComponentBuilderFactory.CaffeineCacheComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault CaffeineCacheComponentBuilderFactory.CaffeineCacheComponentBuilder configuration(org.apache.camel.component.caffeine.CaffeineConfiguration configuration)
org.apache.camel.component.caffeine.CaffeineConfiguration type.
Group: advancedApache Camel