A wrapper for kernel futures with an interface for capturing adapted output messages.

Hierarchy

  • IOutputAdapterFuture

Implemented by

Properties

Properties

future: IShellFuture<IExecuteRequestMsg, IExecuteReplyMsg>

The future to adapt messages from.

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

Type declaration

    • (output): void | PromiseLike<void>
    • Set this function to react to output data. When the future receives messages, it will filter the messages for those that can be converted to output data, convert them to IKernelOutputs, and pass them to this method.

      Parameters

      Returns void | PromiseLike<void>

Generated using TypeDoc