Uses of Interface
com.broadleafcommerce.paymenttransaction.service.messaging.transactionwebhook.TransactionWebhookNotificationRepository
Package
Description
-
Uses of TransactionWebhookNotificationRepository in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Modifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.transactionWebhookNotificationRepository()
Modifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.transactionWebhookMessageService
(PaymentTransactionRepository<com.broadleafcommerce.data.tracking.core.Trackable> paymentTransactionRepository, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, TransactionWebhookNotificationRepository transactionWebhookNotificationRepository) -
Uses of TransactionWebhookNotificationRepository in com.broadleafcommerce.paymenttransaction.service.messaging.transactionwebhook
Modifier and TypeClassDescriptionclass
The default implementation ofTransactionWebhookNotificationRepository
.Modifier and TypeMethodDescriptionprotected TransactionWebhookNotificationRepository
DefaultTransactionWebhookMessageService.getTransactionWebhookNotificationRepository()
ModifierConstructorDescriptionDefaultTransactionWebhookMessageService
(PaymentTransactionRepository<com.broadleafcommerce.data.tracking.core.Trackable> paymentTransactionRepository, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, TransactionWebhookNotificationRepository transactionWebhookNotificationRepository)