public class StitchClientImpl extends Object implements StitchClient
| 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.
|
void |
close() |
public reactor.core.publisher.Mono<StitchResponse> batch(StitchRequestBody requestBody)
StitchClientbatch in interface StitchClientrequestBody - the required arguments as StitchRequestBodypublic void close()
close in interface Closeableclose in interface AutoCloseableApache Camel