Uses of Class
com.broadleafcommerce.billing.job.domain.PaymentsProcessed
Packages that use PaymentsProcessed
Package
Description
-
Uses of PaymentsProcessed in com.broadleafcommerce.billing.job.autoconfigure
Methods in com.broadleafcommerce.billing.job.autoconfigure that return types with arguments of type PaymentsProcessed -
Uses of PaymentsProcessed in com.broadleafcommerce.billing.job.messaging
Methods in com.broadleafcommerce.billing.job.messaging with parameters of type PaymentsProcessedModifier and TypeMethodDescriptiondefault voidBillingJobMessageSender.sendToPaymentProcessingResultHandler(PaymentsProcessed message) Deprecated.voidBillingJobMessageSender.sendToPaymentProcessingResultHandler(PaymentsProcessed message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messagePaymentsProcessedto payment processing result handlerPaymentProcessingResultHandler -
Uses of PaymentsProcessed in com.broadleafcommerce.billing.job.messaging.noop
Methods in com.broadleafcommerce.billing.job.messaging.noop with parameters of type PaymentsProcessedModifier and TypeMethodDescriptionvoidNoOpBillingJobMessageSender.sendToPaymentProcessingResultHandler(PaymentsProcessed message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of PaymentsProcessed in com.broadleafcommerce.billing.job.messaging.stream
Fields in com.broadleafcommerce.billing.job.messaging.stream with type parameters of type PaymentsProcessedModifier and TypeFieldDescriptionprotected PaymentProcessingResultHandler<PaymentsProcessed>StreamBillingJobMessageListener.paymentProcessingResultHandlerMethods in com.broadleafcommerce.billing.job.messaging.stream with parameters of type PaymentsProcessedModifier and TypeMethodDescriptionvoidStreamBillingJobMessageSender.sendToPaymentProcessingResultHandler(PaymentsProcessed message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.billing.job.messaging.stream with type arguments of type PaymentsProcessedModifier and TypeMethodDescriptionvoidStreamBillingJobMessageListener.listenPaymentsProcessed(org.springframework.messaging.Message<PaymentsProcessed> message) -
Uses of PaymentsProcessed in com.broadleafcommerce.billing.job.module
Classes in com.broadleafcommerce.billing.job.module with type parameters of type PaymentsProcessedModifier and TypeClassDescriptionclassPaymentProcessingResultHandler<P extends PaymentsProcessed>Records the result of payment processing and delegates to process their consequences -
Uses of PaymentsProcessed in com.broadleafcommerce.billing.job.web.endpoint
Methods in com.broadleafcommerce.billing.job.web.endpoint with parameters of type PaymentsProcessedModifier and TypeMethodDescriptionBillingJobEndpoint.handlePaymentProcessingResults(PaymentsProcessed request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
BillingJobMessageSender.sendToPaymentProcessingResultHandler(PaymentsProcessed, ContextInfo)instead