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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsaveNotification(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification) Stores thePaymentTransactionnotification.
-
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:TransactionWebhookNotificationRepositoryStores thePaymentTransactionnotification.- Specified by:
saveNotificationin interfaceTransactionWebhookNotificationRepository- Parameters:
notification- thePaymentTransactionnotification
-