构造函数
方法
getService
-
getService<T>(servicePath: string): T
getServicePaths
-
getServicePaths(): string[]
registerService
-
registerService( servicePath: string, IServiceClientConstructor: ServiceClientConstructor,): void
参数
- servicePath: string
- IServiceClientConstructor: ServiceClientConstructor
返回 void
removeService
-
removeService(servicePath?: string): void
Grpc 客户端