Uses of Class
ai.promoted.delivery.client.PromotedDeliveryClient.Builder
Packages that use PromotedDeliveryClient.Builder
-
Uses of PromotedDeliveryClient.Builder in ai.promoted.delivery.client
Methods in ai.promoted.delivery.client that return PromotedDeliveryClient.BuilderModifier and TypeMethodDescriptionPromotedDeliveryClient.builder()Builder access forPromotedDeliveryClientPromotedDeliveryClient.Builder.withApiFactory(ApiFactory apiFactory) Sets API factory.PromotedDeliveryClient.Builder.withApplyTreatmentChecker(ApplyTreatmentChecker applyTreatmentChecker) Sets apply treatment checker.PromotedDeliveryClient.Builder.withBlockingShadowTraffic(boolean blockingShadowTraffic) Sets blockingShadowTraffic, which determines whether or not shadow traffic delivery is a blocking call.PromotedDeliveryClient.Builder.withDeliveryApiKey(String deliveryApiKey) Sets delivery api key.PromotedDeliveryClient.Builder.withDeliveryEndpoint(String deliveryEndpoint) Sets delivery endpoint.PromotedDeliveryClient.Builder.withDeliveryTimeoutMillis(long deliveryTimeoutMillis) Sets delivery timeout millis.PromotedDeliveryClient.Builder.withExecutor(Executor executor) Sets executor.PromotedDeliveryClient.Builder.withMaxRequestInsertions(int maxRequestInsertions) Sets max request insertions.PromotedDeliveryClient.Builder.withMetricsApiKey(String metricsApiKey) Sets metrics aoi key.PromotedDeliveryClient.Builder.withMetricsEndpoint(String metricsEndpoint) Sets metrics endpoint.PromotedDeliveryClient.Builder.withMetricsTimeoutMillis(long metricsTimoutMillis) Sets metrics timeout millis.PromotedDeliveryClient.Builder.withSampler(Sampler sampler) Sets sampler, which we use for sampling shadow traffic.PromotedDeliveryClient.Builder.withShadowTrafficDeliveryRate(float shadowTrafficDeliveryRate) Sets shadow traffic delivery rate.PromotedDeliveryClient.Builder.withWarmup(boolean warmup) Sets warmup, which will optionally prime the HTTPClient connection pool.PromotedDeliveryClient.Builder.witPerformChecks(boolean performChecks) Sets performChecks, which will optionally cause extra validations to occur on delivery requests.