Package com.google.api.gax.grpc
Interface ChannelFactory
-
@InternalApi("For internal use by google-cloud-java clients only") public interface ChannelFactory
This interface represents a factory for creating one ManagedChannelThis is public only for technical reasons, for advanced usage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.grpc.ManagedChannel
createSingleChannel()
-
-
-
Method Detail
-
createSingleChannel
io.grpc.ManagedChannel createSingleChannel() throws IOException
- Throws:
IOException
-
-