Uses of Class
com.broadleafcommerce.billing.job.domain.TaxCalculationHandlerRequests
Packages that use TaxCalculationHandlerRequests
Package
Description
-
Uses of TaxCalculationHandlerRequests in com.broadleafcommerce.billing.job.autoconfigure
Methods in com.broadleafcommerce.billing.job.autoconfigure that return types with arguments of type TaxCalculationHandlerRequests -
Uses of TaxCalculationHandlerRequests in com.broadleafcommerce.billing.job.messaging
Methods in com.broadleafcommerce.billing.job.messaging with parameters of type TaxCalculationHandlerRequestsModifier and TypeMethodDescriptiondefault voidBillingJobMessageSender.sendToTaxProcessorHandler(TaxCalculationHandlerRequests message) Deprecated.voidBillingJobMessageSender.sendToTaxProcessorHandler(TaxCalculationHandlerRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of TaxCalculationHandlerRequests in com.broadleafcommerce.billing.job.messaging.noop
Methods in com.broadleafcommerce.billing.job.messaging.noop with parameters of type TaxCalculationHandlerRequestsModifier and TypeMethodDescriptionvoidNoOpBillingJobMessageSender.sendToTaxProcessorHandler(TaxCalculationHandlerRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of TaxCalculationHandlerRequests in com.broadleafcommerce.billing.job.messaging.stream
Fields in com.broadleafcommerce.billing.job.messaging.stream with type parameters of type TaxCalculationHandlerRequestsMethods in com.broadleafcommerce.billing.job.messaging.stream with parameters of type TaxCalculationHandlerRequestsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageSender.sendToTaxProcessorHandler(TaxCalculationHandlerRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.billing.job.messaging.stream with type arguments of type TaxCalculationHandlerRequestsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageListener.listenTaxCalculationHandlerRequests(org.springframework.messaging.Message<TaxCalculationHandlerRequests> message) -
Uses of TaxCalculationHandlerRequests in com.broadleafcommerce.billing.job.module
Classes in com.broadleafcommerce.billing.job.module with type parameters of type TaxCalculationHandlerRequestsModifier and TypeClassDescriptionclassReceives requests to calculate tax and delegates to theTaxServiceto find and call tax providers.
BillingJobMessageSender.sendToTaxProcessorResultHandler(TaxCalculationResultProcessorRequests)instead