getOutputSuspend
suspend fun <T> Client.InvocationHandle<T>.getOutputSuspend(options: RequestOptions = RequestOptions.DEFAULT): Response<Output<T>>
Suspend version of Client.InvocationHandle.getOutput.
Return
the output response
Parameters
options
request options
suspend fun <T> Client.IdempotentInvocationHandle<T>.getOutputSuspend(options: RequestOptions = RequestOptions.DEFAULT): Response<Output<T>>
Suspend version of Client.IdempotentInvocationHandle.getOutput.
Return
the output response
Parameters
options
request options
suspend fun <T> Client.WorkflowHandle<T>.getOutputSuspend(options: RequestOptions = RequestOptions.DEFAULT): Response<Output<T>>
Suspend version of Client.WorkflowHandle.getOutput.
Return
the output response
Parameters
options
request options