Uses of Interface
com.broadleafcommerce.paymenttransaction.service.messaging.transactionwebhook.TransactionWebhookMessageService
Package
Description
-
Uses of TransactionWebhookMessageService in com.broadleafcommerce.paymenttransaction.service.autoconfigure
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) Modifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.transactionWebhookService
(com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, PaymentService<Payment> paymentService, PaymentTransactionService<PaymentTransaction> paymentTransactionService, PaymentLockService<Payment> paymentLockService, TransactionExecutionService transactionExecutionService, TransactionWebhookMessageService transactionWebhookMessageService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of TransactionWebhookMessageService in com.broadleafcommerce.paymenttransaction.service.messaging.transactionwebhook
Modifier and TypeClassDescriptionclass
Default implementation forTransactionWebhookMessageService
. -
Uses of TransactionWebhookMessageService in com.broadleafcommerce.paymenttransaction.service.webhook
Modifier and TypeMethodDescriptionprotected TransactionWebhookMessageService
DefaultTransactionWebhookService.getTransactionWebhookMessageService()
ModifierConstructorDescriptionDefaultTransactionWebhookService
(com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, PaymentService<Payment> paymentService, PaymentTransactionService<PaymentTransaction> paymentTransactionService, PaymentLockService<Payment> paymentLockService, TransactionExecutionService transactionExecutionService, TransactionWebhookMessageService transactionWebhookMessageService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)