public class OverdueAsyncBusNotifier extends DefaultOverdueNotifierBase implements OverdueNotifier
| Modifier and Type | Field and Description |
|---|---|
static String |
OVERDUE_ASYNC_BUS_NOTIFIER_QUEUE |
config, dispatcher, notificationQueueService, overdueQueue| Constructor and Description |
|---|
OverdueAsyncBusNotifier(org.killbill.notificationq.api.NotificationQueueService notificationQueueService,
OverdueProperties config,
InternalCallContextFactory internalCallContextFactory,
OverdueDispatcher dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
String |
getQueueName() |
void |
handleReadyNotification(org.killbill.notificationq.api.NotificationEvent notificationKey,
org.joda.time.DateTime eventDate,
UUID userToken,
Long accountRecordId,
Long tenantRecordId) |
createCallContext, initialize, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, start, stoppublic static final String OVERDUE_ASYNC_BUS_NOTIFIER_QUEUE
@Inject
public OverdueAsyncBusNotifier(org.killbill.notificationq.api.NotificationQueueService notificationQueueService,
OverdueProperties config,
InternalCallContextFactory internalCallContextFactory,
OverdueDispatcher dispatcher)
public String getQueueName()
getQueueName in class DefaultOverdueNotifierBasepublic void handleReadyNotification(org.killbill.notificationq.api.NotificationEvent notificationKey,
org.joda.time.DateTime eventDate,
UUID userToken,
Long accountRecordId,
Long tenantRecordId)
handleReadyNotification in interface OverdueNotifierhandleReadyNotification in class DefaultOverdueNotifierBaseCopyright © 2010-2014. All Rights Reserved.