Uses of Class
org.apache.camel.component.stitch.client.models.StitchRequestBody
-
Packages that use StitchRequestBody Package Description org.apache.camel.component.stitch.client org.apache.camel.component.stitch.client.models org.apache.camel.component.stitch.operations -
-
Uses of StitchRequestBody in org.apache.camel.component.stitch.client
Methods in org.apache.camel.component.stitch.client with parameters of type StitchRequestBody Modifier and Type Method 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) -
Uses of StitchRequestBody in org.apache.camel.component.stitch.client.models
Methods in org.apache.camel.component.stitch.client.models that return StitchRequestBody Modifier and Type Method Description StitchRequestBodyStitchRequestBody.Builder. build()Methods in org.apache.camel.component.stitch.client.models with parameters of type StitchRequestBody Modifier and Type Method Description static StitchRequestBody.BuilderStitchRequestBody. fromStitchRequestBody(StitchRequestBody body) -
Uses of StitchRequestBody in org.apache.camel.component.stitch.operations
Methods in org.apache.camel.component.stitch.operations that return StitchRequestBody Modifier and Type Method Description StitchRequestBodyStitchProducerOperations. createStitchRequestBody(org.apache.camel.Message inMessage)
-