Uses of Class
com.broadleafcommerce.billing.job.domain.ProcessPayments
Packages that use ProcessPayments
Package
Description
-
Uses of ProcessPayments in com.broadleafcommerce.billing.job.autoconfigure
Methods in com.broadleafcommerce.billing.job.autoconfigure that return types with arguments of type ProcessPayments -
Uses of ProcessPayments in com.broadleafcommerce.billing.job.messaging
Methods in com.broadleafcommerce.billing.job.messaging with parameters of type ProcessPaymentsModifier and TypeMethodDescriptiondefault voidBillingJobMessageSender.sendToPaymentProcessorHandler(ProcessPayments message) Deprecated.voidBillingJobMessageSender.sendToPaymentProcessorHandler(ProcessPayments message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageProcessPaymentsto the Payment Processor HandlerPaymentProcessorHandler -
Uses of ProcessPayments in com.broadleafcommerce.billing.job.messaging.noop
Methods in com.broadleafcommerce.billing.job.messaging.noop with parameters of type ProcessPaymentsModifier and TypeMethodDescriptionvoidNoOpBillingJobMessageSender.sendToPaymentProcessorHandler(ProcessPayments message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of ProcessPayments in com.broadleafcommerce.billing.job.messaging.stream
Fields in com.broadleafcommerce.billing.job.messaging.stream with type parameters of type ProcessPaymentsModifier and TypeFieldDescriptionprotected PaymentProcessorHandler<ProcessPayments>StreamBillingJobMessageListener.paymentProcessorHandlerMethods in com.broadleafcommerce.billing.job.messaging.stream with parameters of type ProcessPaymentsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageSender.sendToPaymentProcessorHandler(ProcessPayments message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.billing.job.messaging.stream with type arguments of type ProcessPaymentsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageListener.listenProcessPayments(org.springframework.messaging.Message<ProcessPayments> message) -
Uses of ProcessPayments in com.broadleafcommerce.billing.job.module
Classes in com.broadleafcommerce.billing.job.module with type parameters of type ProcessPaymentsModifier and TypeClassDescriptionclassPaymentProcessorHandler<P extends ProcessPayments>Handles the incomingrequestby delegating payment processing toPaymentProcessingService, sending requests for a single gateway at a time.Methods in com.broadleafcommerce.billing.job.module with parameters of type ProcessPaymentsModifier and TypeMethodDescriptionprotected StringPaymentProcessorHandler.serializeObject(ProcessPayments request) -
Uses of ProcessPayments in com.broadleafcommerce.billing.job.web.endpoint
Methods in com.broadleafcommerce.billing.job.web.endpoint with parameters of type ProcessPaymentsModifier and TypeMethodDescriptionBillingJobEndpoint.processPayments(ProcessPayments request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
BillingJobMessageSender.sendToPaymentProcessorHandler(ProcessPayments, ContextInfo)instead