public class ManagedChannelFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ManagedChannelFactory |
fromBuilder(GrpcTransportBuilder builder) |
long |
getConnectTimeoutMs() |
io.grpc.ManagedChannel |
newManagedChannel(String host,
int port) |
public long getConnectTimeoutMs()
public io.grpc.ManagedChannel newManagedChannel(String host, int port)
public static ManagedChannelFactory fromBuilder(GrpcTransportBuilder builder)
Copyright © 2023. All rights reserved.