public class ClientChannelManager extends Object
| 构造器和说明 |
|---|
ClientChannelManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.grpc.ManagedChannel |
establishChannel(ClientInformation information)
Establish a client channel
|
static void |
removeChannel(String clientId)
Remove client
ManagedChannel |
public static io.grpc.ManagedChannel establishChannel(ClientInformation information)
information - The ClientInformation instanceManagedChannel instancepublic static void removeChannel(String clientId)
ManagedChannelclientId - The client idCopyright © 2020. All rights reserved.