@eclipse-emfcloud/model-service-theia
Version:
Model service Theia
8 lines • 437 B
TypeScript
import { ConnectionHandler } from '@theia/core';
import { Container, interfaces } from '@theia/core/shared/inversify';
export declare class RpcConnectionFactory {
protected connectionHandlers: ConnectionHandler[];
getServer<RPC>(servicePath: string, clientProxy?: object): Promise<RPC>;
}
export declare function bindFakeRpcConnectionFactory(binder: interfaces.Bind | Container): void;
//# sourceMappingURL=fake-json-rpc.d.ts.map