public static interface KubernetesConfigMapsComponentBuilderFactory.KubernetesConfigMapsComponentBuilder extends ComponentBuilder<org.apache.camel.component.kubernetes.config_maps.KubernetesConfigMapsComponent>
| Modifier and Type | Method and Description |
|---|---|
default KubernetesConfigMapsComponentBuilderFactory.KubernetesConfigMapsComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default KubernetesConfigMapsComponentBuilderFactory.KubernetesConfigMapsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault KubernetesConfigMapsComponentBuilderFactory.KubernetesConfigMapsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault KubernetesConfigMapsComponentBuilderFactory.KubernetesConfigMapsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel