Class RemoteFileSystemProxyFactory<T>

Type Parameters

  • T extends object

Hierarchy

  • RpcProxyFactory<T>
    • RemoteFileSystemProxyFactory

Constructors

  • Build a new RpcProxyFactory.

    Type Parameters

    • T extends object

    Parameters

    • Optional target: any

      The object to expose to RPC methods calls. If this is omitted, the proxy won't be able to handle requests, only send them.

    • Optional rpcProtocolFactory: RpcProtocolFactory

    Returns RemoteFileSystemProxyFactory<T>

Methods