Class KnativeComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.knative.springboot.KnativeComponentConfiguration
@ConfigurationProperties(prefix="camel.component.knative")
public class KnativeComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send and receive events from Knative.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.knative.KnativeConfigurationorg.apache.camel.component.knative.spi.KnativeConsumerFactoryorg.apache.camel.component.knative.spi.KnativeEnvironmentgetKind()getName()org.apache.camel.component.knative.spi.KnativeProducerFactorygetReply()voidsetApiVersion(String apiVersion) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetCeOverride(Map<String, String> ceOverride) voidsetCloudEventsSpecVersion(String cloudEventsSpecVersion) voidsetCloudEventsType(String cloudEventsType) voidsetConfiguration(org.apache.camel.component.knative.KnativeConfiguration configuration) voidsetConsumerFactory(org.apache.camel.component.knative.spi.KnativeConsumerFactory consumerFactory) voidsetEnvironment(org.apache.camel.component.knative.spi.KnativeEnvironment environment) voidsetEnvironmentPath(String environmentPath) voidsetFilters(Map<String, String> filters) voidvoidsetLazyStartProducer(Boolean lazyStartProducer) voidvoidsetProducerFactory(org.apache.camel.component.knative.spi.KnativeProducerFactory producerFactory) voidvoidsetReplyWithCloudEvent(Boolean replyWithCloudEvent) voidsetTransportOptions(Map<String, Object> transportOptions) voidMethods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
KnativeComponentConfiguration
public KnativeComponentConfiguration()
-
-
Method Details
-
getCeOverride
-
setCeOverride
-
getCloudEventsSpecVersion
-
setCloudEventsSpecVersion
-
getCloudEventsType
-
setCloudEventsType
-
getConfiguration
public org.apache.camel.component.knative.KnativeConfiguration getConfiguration() -
setConfiguration
public void setConfiguration(org.apache.camel.component.knative.KnativeConfiguration configuration) -
getConsumerFactory
public org.apache.camel.component.knative.spi.KnativeConsumerFactory getConsumerFactory() -
setConsumerFactory
public void setConsumerFactory(org.apache.camel.component.knative.spi.KnativeConsumerFactory consumerFactory) -
getEnvironment
public org.apache.camel.component.knative.spi.KnativeEnvironment getEnvironment() -
setEnvironment
public void setEnvironment(org.apache.camel.component.knative.spi.KnativeEnvironment environment) -
getEnvironmentPath
-
setEnvironmentPath
-
getFilters
-
setFilters
-
getProducerFactory
public org.apache.camel.component.knative.spi.KnativeProducerFactory getProducerFactory() -
setProducerFactory
public void setProducerFactory(org.apache.camel.component.knative.spi.KnativeProducerFactory producerFactory) -
getTransportOptions
-
setTransportOptions
-
getTypeId
-
setTypeId
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getReplyWithCloudEvent
-
setReplyWithCloudEvent
-
getReply
-
setReply
-
getLazyStartProducer
-
setLazyStartProducer
-
getApiVersion
-
setApiVersion
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getKind
-
setKind
-
getName
-
setName
-