Uses of Class
com.broadleafcommerce.billing.job.domain.GenerateRefundRetryRequests
Packages that use GenerateRefundRetryRequests
Package
Description
-
Uses of GenerateRefundRetryRequests in com.broadleafcommerce.billing.job.autoconfigure
Methods in com.broadleafcommerce.billing.job.autoconfigure that return types with arguments of type GenerateRefundRetryRequestsModifier and TypeMethodDescriptionBillingJobAutoConfiguration.refundRetryBillingRequestGenerator() -
Uses of GenerateRefundRetryRequests in com.broadleafcommerce.billing.job.messaging
Methods in com.broadleafcommerce.billing.job.messaging with parameters of type GenerateRefundRetryRequestsModifier and TypeMethodDescriptiondefault voidBillingJobMessageSender.sendToRefundRetryBillingRequestGenerator(GenerateRefundRetryRequests message) Deprecated.voidBillingJobMessageSender.sendToRefundRetryBillingRequestGenerator(GenerateRefundRetryRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageGenerateRefundRetryRequeststo request generatorRefundRetryBillingRequestGenerator -
Uses of GenerateRefundRetryRequests in com.broadleafcommerce.billing.job.messaging.noop
Methods in com.broadleafcommerce.billing.job.messaging.noop with parameters of type GenerateRefundRetryRequestsModifier and TypeMethodDescriptionvoidNoOpBillingJobMessageSender.sendToRefundRetryBillingRequestGenerator(GenerateRefundRetryRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of GenerateRefundRetryRequests in com.broadleafcommerce.billing.job.messaging.stream
Fields in com.broadleafcommerce.billing.job.messaging.stream with type parameters of type GenerateRefundRetryRequestsModifier and TypeFieldDescriptionStreamBillingJobMessageListener.refundRetryBillingRequestGeneratorMethods in com.broadleafcommerce.billing.job.messaging.stream with parameters of type GenerateRefundRetryRequestsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageSender.sendToRefundRetryBillingRequestGenerator(GenerateRefundRetryRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.billing.job.messaging.stream with type arguments of type GenerateRefundRetryRequestsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageListener.listenGenerateRefundRetryRequests(org.springframework.messaging.Message<GenerateRefundRetryRequests> message) -
Uses of GenerateRefundRetryRequests in com.broadleafcommerce.billing.job.module
Classes in com.broadleafcommerce.billing.job.module with type parameters of type GenerateRefundRetryRequestsModifier and TypeClassDescriptionclassFinds refund events that are ready for retry and generates billing processing requests for them. -
Uses of GenerateRefundRetryRequests in com.broadleafcommerce.billing.job.web.endpoint
Methods in com.broadleafcommerce.billing.job.web.endpoint with parameters of type GenerateRefundRetryRequestsModifier and TypeMethodDescriptionBillingJobEndpoint.generateRetryRefundBillingRequests(@Valid GenerateRefundRetryRequests request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
BillingJobMessageSender.sendToRefundRetryBillingRequestGenerator(GenerateRefundRetryRequests, ContextInfo)instead