Class PaymentTransactionNotificationAutoConfiguration.CustomerNotificationConfiguration
java.lang.Object
com.broadleafcommerce.paymenttransaction.service.messaging.autoconfigure.PaymentTransactionNotificationAutoConfiguration.CustomerNotificationConfiguration
- Enclosing class:
- PaymentTransactionNotificationAutoConfiguration
@Configuration
@EnableBinding(PaymentCustomerNotificationProducer.class)
@DurableProducer(output=PaymentCustomerNotificationProducer.class,
name="PAYMENT_CUSTOMER_NOTIFICATION",
configurationPrefix="broadleaf.paymenttransaction.messaging.customer")
public static class PaymentTransactionNotificationAutoConfiguration.CustomerNotificationConfiguration
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionpaymentCustomerNotificationService
(com.broadleafcommerce.common.messaging.notification.DetachedDurableMessageSender durableMessageSender, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-
Constructor Details
-
CustomerNotificationConfiguration
public CustomerNotificationConfiguration()
-
-
Method Details
-
paymentCustomerNotificationService
@Bean @ConditionalOnMissingBean public PaymentCustomerNotificationService paymentCustomerNotificationService(com.broadleafcommerce.common.messaging.notification.DetachedDurableMessageSender durableMessageSender, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-