All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.promoted.delivery.client.Delivery Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package ai.promoted.delivery.client;

import ai.promoted.proto.delivery.Response;


public interface Delivery {

  /**
   * Do delivery.
   *
   * @param deliveryRequest the delivery request
   * @return the populated response
   */
  Response runDelivery(DeliveryRequest deliveryRequest) throws DeliveryException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy