ai.promoted.delivery.client.ApplyTreatmentChecker 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.event.CohortMembership;
public interface ApplyTreatmentChecker {
boolean shouldApplyTreatment(CohortMembership cohortMembership);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy