All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.promoted.delivery.client.ApiFactory Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package ai.promoted.delivery.client;

/**
 * Factory interface for creating API clients.
 */
public interface ApiFactory {
  Delivery createSdkDelivery();
  Delivery createApiDelivery(String endpoint, String apiKey, long timeoutMillis, boolean warmup, int maxRequestInsertions, boolean acceptGzip, boolean useGrpc);
  Metrics createApiMetrics(String endpoint, String apiKey, long timeoutMillis);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy