Uses of Interface
com.broadleafcommerce.messaging.JobRequest
Packages that use JobRequest
Package
Description
-
Uses of JobRequest in com.broadleafcommerce.billing.job.domain
Classes in com.broadleafcommerce.billing.job.domain that implement JobRequestModifier and TypeClassDescriptionclassThis message DTO is used to bridge the gap between processing results of payment transactions and finalizing the states ofBillingEventorRefundEventon basis of the transaction results.classThis message DTO is used to kick off retry requests forrequestsof typePaymentAccountProcessingTransactionType.CHARGEclassThis message DTO is used to kick off generation of newBillingProcessingRequestto processPaymentAccountProcessingTransactionType.CHARGErequestsclassThis message DTO is used to kick off generation of newBillingProcessingRequestto processPaymentAccountProcessingTransactionType.REFUNDrequestsclassThis message DTO is used to kick off retry requests forrequestsof typePaymentAccountProcessingTransactionType.REFUNDclassThis message DTO passes the ids of therequeststhat should be processed byBillingProcessingRequestInitializerclassThis message DTO is used for passingrequeststo record results of payment transactionsclassThis message DTO holds a list ofevents.classThis message DTO is used to kick off payment processing on the embeddedrequestsclassThis message DTO transfersobjectsto start tax calculation in theTaxCalculationProcessorHandler.classThis message DTO is used to transfer thedtoswith completed tax results to thetax result handler.classclass -
Uses of JobRequest in com.broadleafcommerce.deadletter.service.impl
Methods in com.broadleafcommerce.deadletter.service.impl with parameters of type JobRequestModifier and TypeMethodDescriptionvoidDefaultMessagingErrorHandler.recordError(String subscriptionName, JobRequest messagePayload, String messageUUID, String receiptUUID, Exception e, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of JobRequest in com.broadleafcommerce.messaging
Methods in com.broadleafcommerce.messaging with parameters of type JobRequestModifier and TypeMethodDescriptiondefault voidMessagingErrorHandler.recordError(String subscriptionName, JobRequest messagePayload, String messageUUID, String receiptUUID, Exception e) Deprecated.voidMessagingErrorHandler.recordError(String subscriptionName, JobRequest messagePayload, String messageUUID, String receiptUUID, Exception e, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Records the given arguments onto aDeadLetterobject and sends it to the dead letter queue -
Uses of JobRequest in com.broadleafcommerce.subscription.job.domain
Classes in com.broadleafcommerce.subscription.job.domain that implement JobRequestModifier and TypeClassDescriptionclassThe request used to kick off the Subscription Billing Job bySubscriptionBillingJobInitiator
MessagingErrorHandler.recordError(String, JobRequest, String, String, Exception, ContextInfo)instead