A wrapped future with a handler that fires only on output data.

Hierarchy

Implements

Constructors

Properties

Methods

Constructors

Properties

future: IShellFuture<IExecuteRequestMsg, IExecuteReplyMsg>

The future to adapt messages from.

onOutput?: ((output) => void | PromiseLike<void>)

Type declaration

    • (output): void | PromiseLike<void>
    • Parameters

      Returns void | PromiseLike<void>

Methods

Generated using TypeDoc