Interface GrpcManagedChannelBuilderCustomizer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void customize​(io.grpc.ManagedChannelBuilder<?> managedChannelBuilder)
      Customizes the channel builder.
    • Method Detail

      • customize

        void customize​(io.grpc.ManagedChannelBuilder<?> managedChannelBuilder)
        Customizes the channel builder.
        Parameters:
        managedChannelBuilder - the builder to customize