Class DefaultTransactionWebhookNotificationRepository
java.lang.Object
com.broadleafcommerce.paymenttransaction.service.messaging.transactionwebhook.DefaultTransactionWebhookNotificationRepository
- All Implemented Interfaces:
TransactionWebhookNotificationRepository
public class DefaultTransactionWebhookNotificationRepository
extends Object
implements TransactionWebhookNotificationRepository
The default implementation of
TransactionWebhookNotificationRepository
.- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
saveNotification
(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification) Stores thePaymentTransaction
notification.
-
Constructor Details
-
DefaultTransactionWebhookNotificationRepository
public DefaultTransactionWebhookNotificationRepository()
-
-
Method Details
-
saveNotification
@Transactional("paymentTransactionTransactionManager") public void saveNotification(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification) Description copied from interface:TransactionWebhookNotificationRepository
Stores thePaymentTransaction
notification.- Specified by:
saveNotification
in interfaceTransactionWebhookNotificationRepository
- Parameters:
notification
- thePaymentTransaction
notification
-