Uses of Interface
org.apache.camel.builder.component.dsl.KnativeComponentBuilderFactory.KnativeComponentBuilder
Packages that use KnativeComponentBuilderFactory.KnativeComponentBuilder
-
Uses of KnativeComponentBuilderFactory.KnativeComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return KnativeComponentBuilderFactory.KnativeComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.knative()Knative (camel-knative) Send and receive events from Knative. -
Uses of KnativeComponentBuilderFactory.KnativeComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement KnativeComponentBuilderFactory.KnativeComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return KnativeComponentBuilderFactory.KnativeComponentBuilderModifier and TypeMethodDescriptionKnativeComponentBuilderFactory.KnativeComponentBuilder.apiVersion(String apiVersion) The version of the k8s resource referenced by the endpoint.KnativeComponentBuilderFactory.KnativeComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.KnativeComponentBuilderFactory.KnativeComponentBuilder.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.KnativeComponentBuilderFactory.KnativeComponentBuilder.ceOverride(Map<String, String> ceOverride) CloudEvent headers to override.KnativeComponentBuilderFactory.KnativeComponentBuilder.cloudEventsSpecVersion(String cloudEventsSpecVersion) Set the version of the cloudevents spec.KnativeComponentBuilderFactory.KnativeComponentBuilder.cloudEventsType(String cloudEventsType) Set the event-type information of the produced events.KnativeComponentBuilderFactory.KnativeComponentBuilder.configuration(org.apache.camel.component.knative.KnativeConfiguration configuration) Set the configuration.KnativeComponentBuilderFactory.KnativeComponentBuilder.consumerFactory(org.apache.camel.component.knative.spi.KnativeConsumerFactory consumerFactory) The protocol consumer factory.KnativeComponentBuilderFactory.KnativeComponentBuilder.environment(org.apache.camel.component.knative.spi.KnativeEnvironment environment) The environment.KnativeComponentBuilderFactory.KnativeComponentBuilder.environmentPath(String environmentPath) The path ot the environment definition.Set the filters.The type of the k8s resource referenced by the endpoint.KnativeComponentBuilderFactory.knative()Knative (camel-knative) Send and receive events from Knative.KnativeComponentBuilderFactory.KnativeComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).The name of the k8s resource referenced by the endpoint.KnativeComponentBuilderFactory.KnativeComponentBuilder.producerFactory(org.apache.camel.component.knative.spi.KnativeProducerFactory producerFactory) The protocol producer factory.If the consumer should construct a full reply to knative request.KnativeComponentBuilderFactory.KnativeComponentBuilder.replyWithCloudEvent(boolean replyWithCloudEvent) Transforms the reply into a cloud event that will be processed by the caller.KnativeComponentBuilderFactory.KnativeComponentBuilder.transportOptions(Map<String, Object> transportOptions) Set the transport options.The name of the service to lookup from the KnativeEnvironment.