Uses of Interface
com.broadleafcommerce.paymenttransaction.service.messaging.transactionwebhook.TransactionWebhookMessageService
Packages that use TransactionWebhookMessageService
Package
Description
-
Uses of TransactionWebhookMessageService in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure that return TransactionWebhookMessageServiceModifier 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) Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure with parameters of type TransactionWebhookMessageServiceModifier 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
Classes in com.broadleafcommerce.paymenttransaction.service.messaging.transactionwebhook that implement TransactionWebhookMessageServiceModifier and TypeClassDescriptionclass
Default implementation forTransactionWebhookMessageService
. -
Uses of TransactionWebhookMessageService in com.broadleafcommerce.paymenttransaction.service.webhook
Methods in com.broadleafcommerce.paymenttransaction.service.webhook that return TransactionWebhookMessageServiceModifier and TypeMethodDescriptionprotected TransactionWebhookMessageService
DefaultTransactionWebhookService.getTransactionWebhookMessageService()
Constructors in com.broadleafcommerce.paymenttransaction.service.webhook with parameters of type TransactionWebhookMessageServiceModifierConstructorDescriptionDefaultTransactionWebhookService
(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)