Uses of Class
org.apache.camel.component.stitch.client.models.StitchResponse
Packages that use StitchResponse
Package
Description
-
Uses of StitchResponse in org.apache.camel.component.stitch.client
Methods in org.apache.camel.component.stitch.client that return types with arguments of type StitchResponseModifier 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 StitchResponse in org.apache.camel.component.stitch.client.models
Methods in org.apache.camel.component.stitch.client.models that return StitchResponseConstructors in org.apache.camel.component.stitch.client.models with parameters of type StitchResponseModifierConstructorDescriptionStitchException(StitchResponse response) StitchException(StitchResponse response, Throwable cause) StitchException(StitchResponse response, StitchError error) StitchException(StitchResponse response, StitchError error, Throwable cause) -
Uses of StitchResponse in org.apache.camel.component.stitch.operations
Method parameters in org.apache.camel.component.stitch.operations with type arguments of type StitchResponseModifier and TypeMethodDescriptionbooleanStitchProducerOperations.sendEvents(org.apache.camel.Message inMessage, Consumer<StitchResponse> resultCallback, org.apache.camel.AsyncCallback callback)