| Package | Description |
|---|---|
| org.apache.camel.component.stitch.client | |
| org.apache.camel.component.stitch.client.models | |
| org.apache.camel.component.stitch.operations |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<StitchResponse> |
StitchClientImpl.batch(StitchRequestBody requestBody) |
reactor.core.publisher.Mono<StitchResponse> |
StitchClient.batch(StitchRequestBody requestBody)
Create a batch
Resource URL: /v2/import/batch
Pushes a record or multiple records for a specified table to Stitch.
|
| Modifier and Type | Method and Description |
|---|---|
StitchRequestBody |
StitchRequestBody.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static StitchRequestBody.Builder |
StitchRequestBody.fromStitchRequestBody(StitchRequestBody body) |
| Modifier and Type | Method and Description |
|---|---|
StitchRequestBody |
StitchProducerOperations.createStitchRequestBody(org.apache.camel.Message inMessage) |
Apache Camel