public class SubmissionTimePolicy extends java.lang.Object implements DeliveryPolicy
| Constructor and Description |
|---|
SubmissionTimePolicy(AnalyticsContext context,
java.lang.Long waitInterval) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleDeliveryAttempt(boolean successful) |
boolean |
isAllowed() |
public SubmissionTimePolicy(AnalyticsContext context, java.lang.Long waitInterval)
public boolean isAllowed()
isAllowed in interface DeliveryPolicypublic void handleDeliveryAttempt(boolean successful)
handleDeliveryAttempt in interface DeliveryPolicy