Uses of Interface
org.apache.camel.builder.component.dsl.StitchComponentBuilderFactory.StitchComponentBuilder
Packages that use StitchComponentBuilderFactory.StitchComponentBuilder
-
Uses of StitchComponentBuilderFactory.StitchComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return StitchComponentBuilderFactory.StitchComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.stitch()Stitch (camel-stitch) Stitch is a cloud ETL service that integrates various data sources into a central data warehouse through various integrations. -
Uses of StitchComponentBuilderFactory.StitchComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement StitchComponentBuilderFactory.StitchComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return StitchComponentBuilderFactory.StitchComponentBuilderModifier and TypeMethodDescriptionStitchComponentBuilderFactory.StitchComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.StitchComponentBuilderFactory.StitchComponentBuilder.configuration(org.apache.camel.component.stitch.StitchConfiguration configuration) The component configurations.StitchComponentBuilderFactory.StitchComponentBuilder.connectionProvider(reactor.netty.resources.ConnectionProvider connectionProvider) ConnectionProvider contain configuration for the HttpClient like Maximum connection limit .. etc, you can inject this ConnectionProvider and the StitchClient will initialize HttpClient with this ConnectionProvider.StitchComponentBuilderFactory.StitchComponentBuilder.httpClient(reactor.netty.http.client.HttpClient httpClient) Reactor Netty HttpClient, you can injected it if you want to have custom HttpClient.A collection of comma separated strings representing the Primary Key fields in the source table.StitchComponentBuilderFactory.StitchComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).StitchComponentBuilderFactory.StitchComponentBuilder.region(org.apache.camel.component.stitch.client.StitchRegion region) Stitch account region, e.g: europe.StitchComponentBuilderFactory.stitch()Stitch (camel-stitch) Stitch is a cloud ETL service that integrates various data sources into a central data warehouse through various integrations.StitchComponentBuilderFactory.StitchComponentBuilder.stitchClient(org.apache.camel.component.stitch.client.StitchClient stitchClient) Set a custom StitchClient that implements org.apache.camel.component.stitch.client.StitchClient interface.StitchComponentBuilderFactory.StitchComponentBuilder.stitchSchema(org.apache.camel.component.stitch.client.models.StitchSchema stitchSchema) A schema that describes the record(s).Stitch access token for the Stitch Import API.