public interface ManagedChannelFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ManagedChannelFactory.Builder |
| Modifier and Type | Method and Description |
|---|---|
long |
getConnectTimeoutMs() |
io.grpc.ManagedChannel |
newManagedChannel(String host,
int port) |
io.grpc.ManagedChannel newManagedChannel(String host, int port)
long getConnectTimeoutMs()
Copyright © 2024. All rights reserved.