com.google.cloud.bigtable.grpc.io
Interface ChannelPool.ChannelFactory
-
- Enclosing class:
- ChannelPool
public static interface ChannelPool.ChannelFactory
A factory for creating ManagedChannels to be used in aChannelPool
.- Author:
- sduskis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description io.grpc.ManagedChannel
create()
-
-
-
Method Detail
-
create
io.grpc.ManagedChannel create() throws IOException
- Throws:
IOException
-
-