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, boolean useGrpc)MetricscreateApiMetrics(String endpoint, String apiKey, long timeoutMillis)DeliverycreateSdkDelivery()
-