Uses of Interface
com.broadleafcommerce.paymenttransaction.service.messaging.customer.notification.PaymentCustomerNotificationService
Packages that use PaymentCustomerNotificationService
Package
Description
-
Uses of PaymentCustomerNotificationService in com.broadleafcommerce.paymenttransaction.service
Methods in com.broadleafcommerce.paymenttransaction.service that return PaymentCustomerNotificationServiceModifier and TypeMethodDescriptionprotected PaymentCustomerNotificationService
DefaultSavedPaymentMethodService.getCustomerNotificationService()
protected PaymentCustomerNotificationService
DefaultTransactionExecutionService.getCustomerNotificationService()
Methods in com.broadleafcommerce.paymenttransaction.service with parameters of type PaymentCustomerNotificationServiceModifier and TypeMethodDescriptionvoid
DefaultSavedPaymentMethodService.setCustomerNotificationService
(PaymentCustomerNotificationService customerNotificationService) void
DefaultTransactionExecutionService.setCustomerNotificationService
(PaymentCustomerNotificationService customerNotificationService) -
Uses of PaymentCustomerNotificationService in com.broadleafcommerce.paymenttransaction.service.messaging.autoconfigure
Methods in com.broadleafcommerce.paymenttransaction.service.messaging.autoconfigure that return PaymentCustomerNotificationServiceModifier 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
Classes in com.broadleafcommerce.paymenttransaction.service.messaging.customer.notification that implement PaymentCustomerNotificationServiceModifier and TypeClassDescriptionclass
The default implementation ofPaymentCustomerNotificationService
that usesDetachedDurableMessageSender
to send the customer notifications to thePaymentCustomerNotificationProducer.CHANNEL
.