public interface StitchClient extends Closeable
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<StitchResponse> |
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> batch(StitchRequestBody requestBody)
requestBody - the required arguments as StitchRequestBodyApache Camel