Class StitchComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.stitch")
    public class StitchComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Stitch is a cloud ETL service that integrates various data sources into a central data warehouse through various integrations. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • StitchComponentConfiguration

        public StitchComponentConfiguration()
    • Method Detail

      • getConfiguration

        public org.apache.camel.component.stitch.StitchConfiguration getConfiguration()
      • setConfiguration

        public void setConfiguration​(org.apache.camel.component.stitch.StitchConfiguration configuration)
      • getKeyNames

        public String getKeyNames()
      • setKeyNames

        public void setKeyNames​(String keyNames)
      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getRegion

        public org.apache.camel.component.stitch.client.StitchRegion getRegion()
      • setRegion

        public void setRegion​(org.apache.camel.component.stitch.client.StitchRegion region)
      • getStitchSchema

        public org.apache.camel.component.stitch.client.models.StitchSchema getStitchSchema()
      • setStitchSchema

        public void setStitchSchema​(org.apache.camel.component.stitch.client.models.StitchSchema stitchSchema)
      • getConnectionProvider

        public reactor.netty.resources.ConnectionProvider getConnectionProvider()
      • setConnectionProvider

        public void setConnectionProvider​(reactor.netty.resources.ConnectionProvider connectionProvider)
      • getHttpClient

        public reactor.netty.http.client.HttpClient getHttpClient()
      • setHttpClient

        public void setHttpClient​(reactor.netty.http.client.HttpClient httpClient)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
      • getStitchClient

        public org.apache.camel.component.stitch.client.StitchClient getStitchClient()
      • setStitchClient

        public void setStitchClient​(org.apache.camel.component.stitch.client.StitchClient stitchClient)
      • getToken

        public String getToken()
      • setToken

        public void setToken​(String token)