public class StitchAppRequestClientImpl extends BaseStitchRequestClient
| Constructor and Description |
|---|
StitchAppRequestClientImpl(String clientAppId,
String baseUrl,
Transport transport,
Long defaultRequestTimeout) |
| Modifier and Type | Method and Description |
|---|---|
Response |
doRequest(StitchRequest stitchReq)
Performs a request against a Stitch app server determined by the deployment model
of the underlying app.
|
EventStream |
doStreamRequest(StitchRequest stitchReq)
Performs a streaming request against a Stitch app server determined by the deployment model
of the underlying app.
|
closepublic Response doRequest(StitchRequest stitchReq)
stitchReq - the request to perform.Response to the request.public EventStream doStreamRequest(StitchRequest stitchReq)
stitchReq - the request to perform.EventStream that will provide response events.