Package ch.brix.gql.client.frontify
Class ThrottledClient
- java.lang.Object
-
- ch.brix.gql.client.Client
-
- ch.brix.gql.client.ThrottledClient
-
- ch.brix.gql.client.frontify.ThrottledClient
-
public class ThrottledClient extends ch.brix.gql.client.ThrottledClient
-
-
Constructor Summary
Constructors Constructor Description ThrottledClient(String endpoint, long requests, long perSeconds)ThrottledClient(String endpoint, okhttp3.OkHttpClient client, long requests, long perSeconds)
-