Package com.google.api.gax.grpc
Interface ChannelPrimer
-
@InternalApi("For internal use by google-cloud-java clients only") public interface ChannelPrimer
An interface to prepare a ManagedChannel for normal requests by priming the channelThis is public only for technical reasons, for advanced usage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprimeChannel(io.grpc.ManagedChannel managedChannel)
-