Class KameletComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.kamelet.springboot.KameletComponentConfiguration

@ConfigurationProperties(prefix="camel.component.kamelet") public class KameletComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
To call Kamelets Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • KameletComponentConfiguration

      public KameletComponentConfiguration()
  • Method Details

    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getRouteProperties

      public Map<String,Properties> getRouteProperties()
    • setRouteProperties

      public void setRouteProperties(Map<String,Properties> routeProperties)
    • getTemplateProperties

      public Map<String,Properties> getTemplateProperties()
    • setTemplateProperties

      public void setTemplateProperties(Map<String,Properties> templateProperties)
    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getBlock

      public Boolean getBlock()
    • setBlock

      public void setBlock(Boolean block)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getTimeout

      public Long getTimeout()
    • setTimeout

      public void setTimeout(Long timeout)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getRouteTemplateLoaderListener

      public org.apache.camel.spi.RouteTemplateLoaderListener getRouteTemplateLoaderListener()
    • setRouteTemplateLoaderListener

      public void setRouteTemplateLoaderListener(org.apache.camel.spi.RouteTemplateLoaderListener routeTemplateLoaderListener)