interface RPCProtocol {
    getProxy<T>(proxyId): T;
    set<T, R>(identifier, instance): R;
}

Hierarchy

  • Disposable
    • RPCProtocol

Implemented by

Methods

Methods