Uses of Interface
org.apache.camel.builder.component.dsl.KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder
-
-
Uses of KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder Modifier and Type Method Description static KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder
ComponentsBuilderFactory. kubernetesCustomResources()
Kubernetes Custom Resources (camel-kubernetes) Perform operations on Kubernetes Custom Resources and get notified on Deployment changes. -
Uses of KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder Modifier and Type Class Description static class
KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder Modifier and Type Method Description default KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder
KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder
KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder. bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.static KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder
KubernetesCustomResourcesComponentBuilderFactory. kubernetesCustomResources()
Kubernetes Custom Resources (camel-kubernetes) Perform operations on Kubernetes Custom Resources and get notified on Deployment changes.default KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder
KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
-