Uses of Interface
com.broadleafcommerce.paymenttransaction.service.messaging.customer.notification.PaymentCustomerNotificationService
Package
Description
-
Uses of PaymentCustomerNotificationService in com.broadleafcommerce.paymenttransaction.service
Modifier and TypeMethodDescriptionprotected PaymentCustomerNotificationService
DefaultSavedPaymentMethodService.getCustomerNotificationService()
protected PaymentCustomerNotificationService
DefaultTransactionExecutionService.getCustomerNotificationService()
Modifier and TypeMethodDescriptionvoid
DefaultSavedPaymentMethodService.setCustomerNotificationService
(PaymentCustomerNotificationService customerNotificationService) void
DefaultTransactionExecutionService.setCustomerNotificationService
(PaymentCustomerNotificationService customerNotificationService) -
Uses of PaymentCustomerNotificationService in com.broadleafcommerce.paymenttransaction.service.messaging.autoconfigure
Modifier and TypeMethodDescriptionPaymentTransactionNotificationAutoConfiguration.CustomerNotificationConfiguration.paymentCustomerNotificationService
(com.broadleafcommerce.common.messaging.notification.DetachedDurableMessageSender durableMessageSender, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PaymentCustomerNotificationService in com.broadleafcommerce.paymenttransaction.service.messaging.customer.notification
Modifier and TypeClassDescriptionclass
The default implementation ofPaymentCustomerNotificationService
that usesDetachedDurableMessageSender
to send the customer notifications to thePaymentCustomerNotificationProducer.CHANNEL
.