Class ThrottledClient


  • public class ThrottledClient
    extends ch.brix.gql.client.ThrottledClient
    • Constructor Detail

      • ThrottledClient

        public ThrottledClient​(String endpoint,
                               okhttp3.OkHttpClient client,
                               long requests,
                               long perSeconds)
      • ThrottledClient

        public ThrottledClient​(String endpoint,
                               long requests,
                               long perSeconds)