public class OverdueListener
extends java.lang.Object
| Constructor and Description |
|---|
OverdueListener(NonEntityDao nonEntityDao,
CacheControllerDispatcher cacheControllerDispatcher,
org.killbill.clock.Clock clock,
OverduePoster asyncPoster,
OverdueConfigCache overdueConfigCache,
InternalCallContextFactory internalCallContextFactory,
AccountInternalApi accountApi) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleInvoiceAdjustmentEvent(InvoiceAdjustmentInternalEvent event) |
void |
handleInvoiceCreation(InvoiceCreationInternalEvent event) |
void |
handlePaymentErrorEvent(InvoicePaymentErrorInternalEvent event) |
void |
handlePaymentInfoEvent(InvoicePaymentInfoInternalEvent event) |
void |
handleTagInsert(ControlTagCreationInternalEvent event) |
void |
handleTagRemoval(ControlTagDeletionInternalEvent event) |
@Inject public OverdueListener(NonEntityDao nonEntityDao, CacheControllerDispatcher cacheControllerDispatcher, org.killbill.clock.Clock clock, @Named(value="overdueNotifierAsyncBus") OverduePoster asyncPoster, OverdueConfigCache overdueConfigCache, InternalCallContextFactory internalCallContextFactory, AccountInternalApi accountApi)
public void handleTagInsert(ControlTagCreationInternalEvent event)
public void handleTagRemoval(ControlTagDeletionInternalEvent event)
public void handlePaymentInfoEvent(InvoicePaymentInfoInternalEvent event)
public void handlePaymentErrorEvent(InvoicePaymentErrorInternalEvent event)
public void handleInvoiceAdjustmentEvent(InvoiceAdjustmentInternalEvent event)
public void handleInvoiceCreation(InvoiceCreationInternalEvent event)
Copyright © 2010-2020. All Rights Reserved.