ai.promoted.delivery.client.ApiFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
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