UNPKG

773 BTypeScriptView Raw
1import { interfaces } from 'inversify';
2import { RpcProxy } from '../../common';
3/**
4 * @deprecated This class serves to keep API compatibility for a while. Use {@linkcode ServiceConnectionProvider} instead.
5 */
6export declare class WebSocketConnectionProvider {
7 private readonly remoteConnectionProvider;
8 static createProxy<T extends object>(container: interfaces.Container, path: string, arg?: object): RpcProxy<T>;
9 static createLocalProxy<T extends object>(container: interfaces.Container, path: string, arg?: object): RpcProxy<T>;
10 static createHandler(container: interfaces.Container, path: string, arg?: object): void;
11 createProxy<T extends object>(path: string, target?: object): RpcProxy<T>;
12}
13//# sourceMappingURL=ws-connection-provider.d.ts.map
\No newline at end of file