public class OverdueAsyncBusPoster extends DefaultOverduePosterBase
| Constructor and Description |
|---|
OverdueAsyncBusPoster(org.killbill.notificationq.api.NotificationQueueService notificationQueueService,
org.skife.jdbi.v2.IDBI dbi,
org.skife.jdbi.v2.IDBI roDbi,
org.killbill.clock.Clock clock,
CacheControllerDispatcher cacheControllerDispatcher,
NonEntityDao nonEntityDao,
InternalCallContextFactory internalCallContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends OverdueCheckNotificationKey> |
cleanupFutureNotificationsFormTransaction(EntitySqlDaoWrapperFactory entitySqlDaoWrapperFactory,
java.lang.Iterable<org.killbill.notificationq.api.NotificationEventWithMetadata<T>> futureNotifications,
org.joda.time.DateTime futureNotificationTime,
org.killbill.notificationq.api.NotificationQueue overdueQueue) |
clearOverdueCheckNotifications, insertOverdueNotification@Inject
public OverdueAsyncBusPoster(org.killbill.notificationq.api.NotificationQueueService notificationQueueService,
org.skife.jdbi.v2.IDBI dbi,
@Named(value="main-ro")
org.skife.jdbi.v2.IDBI roDbi,
org.killbill.clock.Clock clock,
CacheControllerDispatcher cacheControllerDispatcher,
NonEntityDao nonEntityDao,
InternalCallContextFactory internalCallContextFactory)
protected <T extends OverdueCheckNotificationKey> boolean cleanupFutureNotificationsFormTransaction(EntitySqlDaoWrapperFactory entitySqlDaoWrapperFactory, java.lang.Iterable<org.killbill.notificationq.api.NotificationEventWithMetadata<T>> futureNotifications, org.joda.time.DateTime futureNotificationTime, org.killbill.notificationq.api.NotificationQueue overdueQueue)
cleanupFutureNotificationsFormTransaction in class DefaultOverduePosterBaseCopyright © 2010-2020. All Rights Reserved.