Uses of Interface
org.apache.camel.builder.component.dsl.KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder
-
-
Uses of KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder Modifier and Type Method Description static KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder
ComponentsBuilderFactory. kubernetesPersistentVolumes()
Kubernetes Persistent Volume (camel-kubernetes) Perform operations on Kubernetes Persistent Volumes and get notified on Persistent Volume changes. -
Uses of KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder Modifier and Type Class Description static class
KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder Modifier and Type Method Description default KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder
KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.static KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder
KubernetesPersistentVolumesComponentBuilderFactory. kubernetesPersistentVolumes()
Kubernetes Persistent Volume (camel-kubernetes) Perform operations on Kubernetes Persistent Volumes and get notified on Persistent Volume changes.default KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder
KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
-