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