CCC Docs
    Preparing search index...

    Class ExecutorJsonRpc

    Represents an SSRI executor.

    Hierarchy (View Summary)

    Index
    requestor: RequestorJsonRpc
    • Creates an Executor that borrows an existing Transport.

      Parameters

      • config: Omit<Parameters<typeof ccc.RequestorJsonRpc.new>[0], "onError">

      Returns ExecutorJsonRpc

    • Opens an Executor with ownership of its default Transports.

      Parameters

      • config: Omit<Parameters<typeof ccc.RequestorJsonRpc.open>[0], "onError">

      Returns Owner<ExecutorJsonRpc>