Uses of Class
com.broadleafcommerce.billing.job.domain.GenerateChargeRetryRequests
Packages that use GenerateChargeRetryRequests
Package
Description
-
Uses of GenerateChargeRetryRequests in com.broadleafcommerce.billing.job.autoconfigure
Methods in com.broadleafcommerce.billing.job.autoconfigure that return types with arguments of type GenerateChargeRetryRequestsModifier and TypeMethodDescriptionBillingJobAutoConfiguration.chargeRetryBillingRequestGenerator() -
Uses of GenerateChargeRetryRequests in com.broadleafcommerce.billing.job.messaging
Methods in com.broadleafcommerce.billing.job.messaging with parameters of type GenerateChargeRetryRequestsModifier and TypeMethodDescriptiondefault voidBillingJobMessageSender.sendToChargeRetryBillingRequestGenerator(GenerateChargeRetryRequests message) Deprecated.voidBillingJobMessageSender.sendToChargeRetryBillingRequestGenerator(GenerateChargeRetryRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageGenerateChargeRetryRequeststo request generatorChargeRetryBillingRequestGenerator -
Uses of GenerateChargeRetryRequests in com.broadleafcommerce.billing.job.messaging.noop
Methods in com.broadleafcommerce.billing.job.messaging.noop with parameters of type GenerateChargeRetryRequestsModifier and TypeMethodDescriptionvoidNoOpBillingJobMessageSender.sendToChargeRetryBillingRequestGenerator(GenerateChargeRetryRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of GenerateChargeRetryRequests in com.broadleafcommerce.billing.job.messaging.stream
Fields in com.broadleafcommerce.billing.job.messaging.stream with type parameters of type GenerateChargeRetryRequestsModifier and TypeFieldDescriptionStreamBillingJobMessageListener.chargeRetryBillingRequestGeneratorMethods in com.broadleafcommerce.billing.job.messaging.stream with parameters of type GenerateChargeRetryRequestsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageSender.sendToChargeRetryBillingRequestGenerator(GenerateChargeRetryRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.billing.job.messaging.stream with type arguments of type GenerateChargeRetryRequestsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageListener.listenGenerateChargeRetryRequests(org.springframework.messaging.Message<GenerateChargeRetryRequests> message) -
Uses of GenerateChargeRetryRequests in com.broadleafcommerce.billing.job.module
Classes in com.broadleafcommerce.billing.job.module with type parameters of type GenerateChargeRetryRequestsModifier and TypeClassDescriptionclassFinds event payment that are ready for retry and generates billing processing requests for them. -
Uses of GenerateChargeRetryRequests in com.broadleafcommerce.billing.job.web.endpoint
Methods in com.broadleafcommerce.billing.job.web.endpoint with parameters of type GenerateChargeRetryRequestsModifier and TypeMethodDescriptionBillingJobEndpoint.generateRetryChargeBillingRequests(@Valid GenerateChargeRetryRequests request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
BillingJobMessageSender.sendToChargeRetryBillingRequestGenerator(GenerateChargeRetryRequests, ContextInfo)instead