Uses of Class
org.apache.camel.component.stitch.client.models.StitchResponse
-
Packages that use StitchResponse Package Description org.apache.camel.component.stitch.client org.apache.camel.component.stitch.client.models org.apache.camel.component.stitch.operations -
-
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 StitchResponse 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 StitchResponse in org.apache.camel.component.stitch.client.models
Methods in org.apache.camel.component.stitch.client.models that return StitchResponse Modifier and Type Method Description StitchResponseStitchException. getResponse()Constructors in org.apache.camel.component.stitch.client.models with parameters of type StitchResponse Constructor Description StitchException(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 StitchResponse Modifier and Type Method Description booleanStitchProducerOperations. sendEvents(org.apache.camel.Message inMessage, Consumer<StitchResponse> resultCallback, org.apache.camel.AsyncCallback callback)
-