Uses of Class
ai.promoted.delivery.client.DeliveryException
-
Packages that use DeliveryException Package Description ai.promoted.delivery.client -
-
Uses of DeliveryException in ai.promoted.delivery.client
Methods in ai.promoted.delivery.client that return DeliveryException Modifier and Type Method Description DeliveryExceptionDeliveryResponse. getException()Gets an exception.Methods in ai.promoted.delivery.client that throw DeliveryException Modifier and Type Method Description ResponsePromotedDeliveryClient. callDeliveryAPI(DeliveryRequest deliveryRequest)Runs a blocking call to Delivery API.DeliveryResponsePromotedDeliveryClient. deliver(DeliveryRequest deliveryRequest)Used to call Delivery API.DeliveryResponsePromotedDeliveryClient. handleSdkAndLog(DeliveryRequest deliveryRequest, ai.promoted.delivery.client.DeliveryPlan plan, Response apiResponse)Optionally handles SDK Delivery, logs and does shadow traffic.ResponseApiDelivery. runDelivery(DeliveryRequest deliveryRequest)Do delivery.ResponseDelivery. runDelivery(DeliveryRequest deliveryRequest)Do delivery.ResponseSdkDelivery. runDelivery(DeliveryRequest deliveryRequest)Do delivery.voidApiMetrics. runMetricsLogging(LogRequest logRequest)Do metrics logging.voidMetrics. runMetricsLogging(LogRequest logRequest)Do metrics logging.Constructors in ai.promoted.delivery.client with parameters of type DeliveryException Constructor Description DeliveryResponse(Response response, String clientRequestId, ExecutionServer executionServer, DeliveryException exception)Instantiates a new delivery response.
-