IdempotentInvocationHandle

Functions

Link copied to clipboard
open fun attach(): Response<Res>
Attach to a running idempotent invocation, waiting for its output.
open fun attach(options: RequestOptions): Response<Res>
Like attach, with request options.
Link copied to clipboard
Future version of attach
Future version of attach, with options.
Link copied to clipboard
Get the output of an idempotent invocation.
Like getOutput, with request options.
Link copied to clipboard
Future version of getOutput
Future version of getOutput, with options.