Uses of Class
org.apache.camel.component.stitch.client.models.StitchRequestBody
Packages that use StitchRequestBody
Package
Description
-
Uses of StitchRequestBody in org.apache.camel.component.stitch.client
Methods in org.apache.camel.component.stitch.client with parameters of type StitchRequestBodyModifier and TypeMethodDescriptionreactor.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 StitchRequestBodyMethods in org.apache.camel.component.stitch.client.models with parameters of type StitchRequestBodyModifier and TypeMethodDescriptionstatic 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 StitchRequestBodyModifier and TypeMethodDescriptionStitchProducerOperations.createStitchRequestBody(org.apache.camel.Message inMessage)