Package ai.promoted.delivery.client
Interface ApiFactory
-
- All Known Implementing Classes:
DefaultApiFactory
public interface ApiFactoryFactory interface for creating API clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeliverycreateApiDelivery(String endpoint, String apiKey, long timeoutMillis, boolean warmup, int maxRequestInsertions, boolean acceptGzip)MetricscreateApiMetrics(String endpoint, String apiKey, long timeoutMillis)DeliverycreateSdkDelivery()
-