invoke
Invokes a method in the Wrapper with the specified options and invoker.
Return
A list of MessagePack-encoded bytes representing the invocation result
Parameters
The method to be called on the wrapper.
Arguments for the method, encoded in the MessagePack byte format
Env variables for the wrapper invocation, encoded in the MessagePack byte format
The invoker will be used for any sub-invocations that occur.
Throws
Invokes a method in the Wrapper with the specified options and invoker.
Return
A Result containing a MsgPack encoded byte array or an error.
Parameters
The method to be called on the wrapper.
Arguments for the method, encoded in the MessagePack byte format
Env variables for the wrapper invocation, encoded in the MessagePack byte format
The Invoker will be used for any sub-invocations that occur.