| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static StitchEndpointBuilderFactory.StitchEndpointBuilder |
StaticEndpointBuilders.stitch(String path)
Stitch (camel-stitch)
Stitch is a cloud ETL service that integrates various data sources into a
central data warehouse through various integrations.
|
static StitchEndpointBuilderFactory.StitchEndpointBuilder |
StaticEndpointBuilders.stitch(String componentName,
String path)
Stitch (camel-stitch)
Stitch is a cloud ETL service that integrates various data sources into a
central data warehouse through various integrations.
|
| Modifier and Type | Method and Description |
|---|---|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder.basic() |
static StitchEndpointBuilderFactory.StitchEndpointBuilder |
StitchEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
StitchEndpointBuilderFactory.StitchEndpointBuilder.keyNames(String keyNames)
A collection of comma separated strings representing the Primary Key
fields in the source table.
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
StitchEndpointBuilderFactory.StitchEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
StitchEndpointBuilderFactory.StitchEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
StitchEndpointBuilderFactory.StitchEndpointBuilder.region(StitchEndpointBuilderFactory.StitchRegion region)
Stitch account region, e.g: europe.
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
StitchEndpointBuilderFactory.StitchEndpointBuilder.region(String region)
Stitch account region, e.g: europe.
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
StitchEndpointBuilderFactory.StitchBuilders.stitch(String path)
Stitch (camel-stitch)
Stitch is a cloud ETL service that integrates various data sources
into a central data warehouse through various integrations.
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
StitchEndpointBuilderFactory.StitchBuilders.stitch(String componentName,
String path)
Stitch (camel-stitch)
Stitch is a cloud ETL service that integrates various data sources
into a central data warehouse through various integrations.
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
StitchEndpointBuilderFactory.StitchEndpointBuilder.stitchSchema(Object stitchSchema)
A schema that describes the record(s).
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
StitchEndpointBuilderFactory.StitchEndpointBuilder.stitchSchema(String stitchSchema)
A schema that describes the record(s).
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
StitchEndpointBuilderFactory.StitchEndpointBuilder.token(String token)
Stitch access token for the Stitch Import API.
|
Apache Camel