blob: fc8a67c18bc0f505b47b6f961395f20d3842efd8 [file] [log] [blame]
{"component":{"kind":"component","name":"knative","title":"Knative","description":"Send and receive events from Knative.","deprecated":false,"firstVersion":"3.15.0","label":"cloud","javaType":"org.apache.camel.component.knative.KnativeComponent","supportLevel":"Stable","groupId":"org.apache.camel","artifactId":"camel-knative","version":"3.18.1","scheme":"knative","extendsScheme":"","syntax":"knative:type/typeId","async":false,"api":false,"consumerOnly":false,"producerOnly":false,"lenientProperties":false},"properties":{"type":{"kind":"path","displayName":"Type","group":"common","label":"","required":false,"type":"object","javaType":"org.apache.camel.component.knative.spi.Knative.Type","enum":["endpoint","channel","event"],"deprecated":false,"autowired":false,"secret":false,"description":"The Knative resource type"},"typeId":{"kind":"path","displayName":"Type Id","group":"common","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"description":"The identifier of the Knative resource"},"ceOverride":{"kind":"parameter","displayName":"Ce Override","group":"common","label":"","required":false,"type":"object","javaType":"java.util.Map<java.lang.String, java.lang.String>","prefix":"ce.override.","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.knative.KnativeConfiguration","configurationField":"configuration","description":"CloudEvent headers to override"},"cloudEventsSpecVersion":{"kind":"parameter","displayName":"Cloud Events Spec Version","group":"common","label":"","required":false,"type":"string","javaType":"java.lang.String","enum":["1.0","1.0.1"],"deprecated":false,"autowired":false,"secret":false,"defaultValue":"1.0","configurationClass":"org.apache.camel.component.knative.KnativeConfiguration","configurationField":"configuration","description":"Set the version of the cloudevents spec."},"cloudEventsType":{"kind":"parameter","displayName":"Cloud Events Type","group":"common","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"defaultValue":"org.apache.camel.event","configurationClass":"org.apache.camel.component.knative.KnativeConfiguration","configurationField":"configuration","description":"Set the event-type information of the produced events."},"environment":{"kind":"parameter","displayName":"Environment","group":"common","label":"","required":false,"type":"object","javaType":"org.apache.camel.component.knative.spi.KnativeEnvironment","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.knative.KnativeConfiguration","configurationField":"configuration","description":"The environment"},"filters":{"kind":"parameter","displayName":"Filters","group":"common","label":"","required":false,"type":"object","javaType":"java.util.Map<java.lang.String, java.lang.String>","prefix":"filter.","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.knative.KnativeConfiguration","configurationField":"configuration","description":"Set the filters."},"transportOptions":{"kind":"parameter","displayName":"Transport Options","group":"common","label":"","required":false,"type":"object","javaType":"java.util.Map<java.lang.String, java.lang.Object>","prefix":"transport.","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.knative.KnativeConfiguration","configurationField":"configuration","description":"Set the transport options."},"replyWithCloudEvent":{"kind":"parameter","displayName":"Reply With Cloud Event","group":"consumer","label":"consumer","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"configurationClass":"org.apache.camel.component.knative.KnativeConfiguration","configurationField":"configuration","description":"Transforms the reply into a cloud event that will be processed by the caller. When listening to events from a Knative Broker, if this flag is enabled, replies will be published to the same Broker where the request comes from (beware that if you don't change the type of the received message, you may create a loop and receive your same reply). When this flag is disabled, CloudEvent headers are removed from the reply."},"bridgeErrorHandler":{"kind":"parameter","displayName":"Bridge Error Handler","group":"consumer (advanced)","label":"consumer,advanced","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored."},"exceptionHandler":{"kind":"parameter","displayName":"Exception Handler","group":"consumer (advanced)","label":"consumer,advanced","required":false,"type":"object","javaType":"org.apache.camel.spi.ExceptionHandler","optionalPrefix":"consumer.","deprecated":false,"autowired":false,"secret":false,"description":"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored."},"exchangePattern":{"kind":"parameter","displayName":"Exchange Pattern","group":"consumer (advanced)","label":"consumer,advanced","required":false,"type":"object","javaType":"org.apache.camel.ExchangePattern","enum":["InOnly","InOut","InOptionalOut"],"deprecated":false,"autowired":false,"secret":false,"description":"Sets the exchange pattern when the consumer creates an exchange."},"reply":{"kind":"parameter","displayName":"Reply","group":"consumer (advanced)","label":"consumer,advanced","required":false,"type":"boolean","javaType":"java.lang.Boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":"true","configurationClass":"org.apache.camel.component.knative.KnativeConfiguration","configurationField":"configuration","description":"If the consumer should construct a full reply to knative request."},"lazyStartProducer":{"kind":"parameter","displayName":"Lazy Start Producer","group":"producer (advanced)","label":"producer,advanced","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing."},"apiVersion":{"kind":"parameter","displayName":"Api Version","group":"advanced","label":"advanced","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.knative.KnativeConfiguration","configurationField":"configuration","description":"The version of the k8s resource referenced by the endpoint."},"kind":{"kind":"parameter","displayName":"Kind","group":"advanced","label":"advanced","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.knative.KnativeConfiguration","configurationField":"configuration","description":"The type of the k8s resource referenced by the endpoint."},"name":{"kind":"parameter","displayName":"Name","group":"advanced","label":"advanced","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.knative.KnativeConfiguration","configurationField":"configuration","description":"The name of the k8s resource referenced by the endpoint."}}}