Provides options for the invoker to set based on the state of the invocation. Extends InvokeOptions.

Hierarchy

Properties

args?: Uint8Array | Record<string, unknown>

Arguments for the method, structured as a map, removing the chance of incorrectly ordered arguments.

encodeResult?: boolean

If true, the InvokeResult will (if successful) contain a Msgpack-encoded byte array

env?: Record<string, unknown>

Env variables for the wrapper invocation.

method: string

Method to be executed.

resolutionContext?: IUriResolutionContext

A Uri resolution context

uri: Uri

The Wrapper's URI

Generated using TypeDoc