InvocationHandle

Inheritors

Functions

Link copied to clipboard
open fun attach(): Response<Res>
Attach to a running 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 invocation.
Like getOutput, with request options.
Link copied to clipboard
Future version of getOutput
Future version of getOutput, with options.
Link copied to clipboard
abstract fun invocationId(): String