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 channel

This is public only for technical reasons, for advanced usage.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    primeChannel(io.grpc.ManagedChannel managedChannel)
     
  • Method Details

    • primeChannel

      void primeChannel(io.grpc.ManagedChannel managedChannel)