ing
This commit is contained in:
parent
52c52c8e48
commit
7b7465decf
12
src/ts/@overflow/commons/invoke/ServiceInvoker.ts
Normal file
12
src/ts/@overflow/commons/invoke/ServiceInvoker.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
export class ServiceInvoker {
|
||||
|
||||
private configMap: Map<string, string>;
|
||||
|
||||
public constructor() {
|
||||
this.configMap = new Map();
|
||||
}
|
||||
|
||||
public invoke(className: string, methodName: string): void {
|
||||
return;
|
||||
}
|
||||
}
|
|
@ -186,7 +186,7 @@ export default class WebSocketRPC {
|
|||
|
||||
}
|
||||
private onNotificationHandler(notification: Notification): void {
|
||||
//
|
||||
// invoke
|
||||
}
|
||||
|
||||
private fireOnDisconnect(): void {
|
||||
|
|
Loading…
Reference in New Issue
Block a user