| 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> |
StitchClient.batch(StitchRequestBody requestBody)
Create a batch
Resource URL: /v2/import/batch
Pushes a record or multiple records for a specified table to Stitch.
|
reactor.core.publisher.Mono<StitchResponse> |
StitchClientImpl.batch(StitchRequestBody requestBody) |
| Modifier and Type | Method and Description |
|---|---|
StitchResponse |
StitchException.getResponse() |
| Constructor and Description |
|---|
StitchException(StitchResponse response) |
StitchException(StitchResponse response,
StitchError error) |
StitchException(StitchResponse response,
StitchError error,
Throwable cause) |
StitchException(StitchResponse response,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StitchProducerOperations.sendEvents(org.apache.camel.Message inMessage,
Consumer<StitchResponse> resultCallback,
org.apache.camel.AsyncCallback callback) |
Apache Camel