Class ApiDelivery

java.lang.Object
ai.promoted.delivery.client.ApiDelivery
All Implemented Interfaces:
Delivery

public class ApiDelivery extends Object implements Delivery
Client for Promoted.ai's Delivery API.
  • Constructor Details

    • ApiDelivery

      public ApiDelivery(String endpoint, String apiKey, long timeoutMillis, boolean warmup, int maxRequestInsertions)
      Instantiates a new Delivery API client.
      Parameters:
      endpoint - the endpoint
      apiKey - the api key
      timeoutMillis - the timeout in millis
      warmup -
      maxRequestInsertions - the max number of request insertions
  • Method Details