Class StitchComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.stitch.springboot.StitchComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.stitch") public class StitchComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonStitch 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 Summary
Constructors Constructor Description StitchComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()org.apache.camel.component.stitch.StitchConfigurationgetConfiguration()reactor.netty.resources.ConnectionProvidergetConnectionProvider()reactor.netty.http.client.HttpClientgetHttpClient()StringgetKeyNames()BooleangetLazyStartProducer()org.apache.camel.component.stitch.client.StitchRegiongetRegion()org.apache.camel.component.stitch.client.StitchClientgetStitchClient()org.apache.camel.component.stitch.client.models.StitchSchemagetStitchSchema()StringgetToken()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetConfiguration(org.apache.camel.component.stitch.StitchConfiguration configuration)voidsetConnectionProvider(reactor.netty.resources.ConnectionProvider connectionProvider)voidsetHttpClient(reactor.netty.http.client.HttpClient httpClient)voidsetKeyNames(String keyNames)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetRegion(org.apache.camel.component.stitch.client.StitchRegion region)voidsetStitchClient(org.apache.camel.component.stitch.client.StitchClient stitchClient)voidsetStitchSchema(org.apache.camel.component.stitch.client.models.StitchSchema stitchSchema)voidsetToken(String token)
-
-
-
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)
-
-