ai.promoted.delivery.client.Delivery Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
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