Uses of Interface
ai.promoted.delivery.client.Delivery
-
Packages that use Delivery Package Description ai.promoted.delivery.client -
-
Uses of Delivery in ai.promoted.delivery.client
Classes in ai.promoted.delivery.client that implement Delivery Modifier and Type Class Description classApiDeliveryClient for Promoted.ai's Delivery API.classSdkDeliveryImplements SDK-side delivery, which does not call Promoted.ai but rather applies paging paramters to the request insertions and sets up for logging.Methods in ai.promoted.delivery.client that return Delivery Modifier and Type Method Description DeliveryApiFactory. createApiDelivery(String endpoint, String apiKey, long timeoutMillis, boolean warmup, int maxRequestInsertions, boolean acceptGzip, boolean useGrpc)DeliveryDefaultApiFactory. createApiDelivery(String endpoint, String apiKey, long timeoutMillis, boolean warmup, int maxRequestInsertions, boolean acceptGzip, boolean useGrpc)DeliveryApiFactory. createSdkDelivery()DeliveryDefaultApiFactory. createSdkDelivery()
-