Interface BillingJobMessageSender
- All Known Implementing Classes:
NoOpBillingJobMessageSender,StreamBillingJobMessageSender
public interface BillingJobMessageSender
-
Method Summary
Modifier and TypeMethodDescription<T> voiddeadLetterRetry(T message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) default voidDeprecated.voidsendToBillingProcessingRequestFinalizer(FinalizeBillingProcessingRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageFinalizeBillingProcessingRequeststo billing processing request finalizerBillingProcessingRequestFinalizerdefault voidDeprecated.voidsendToBillingProcessingRequestInitializer(InitializeBillingProcessingRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageInitializeBillingProcessingRequeststo billing processing request initializerBillingProcessingRequestInitializerdefault voidDeprecated.voidsendToBillingProcessingResultHandler(ProcessBillingEventPaymentResults message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageBillingEventPaymentProcessedEventto billing processing result handler.default voidDeprecated.voidsendToChargeRetryBillingRequestGenerator(GenerateChargeRetryRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageGenerateChargeRetryRequeststo request generatorChargeRetryBillingRequestGeneratordefault voidDeprecated.voidsendToEventPaymentUpdater(UpdateBillingEventPayments message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageUpdateBillingEventPaymentsto event payment updaterEventPaymentUpdaterdefault voidDeprecated.voidsendToGrantEntitlementHandler(EntitlementProcessingRequest message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) default voidDeprecated.voidsendToNewChargeBillingRequestGenerator(GenerateNewChargeRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageGenerateNewChargeRequeststo request generatorNewChargeBillingRequestGeneratordefault voidDeprecated.voidsendToNewRefundBillingRequestGenerator(GenerateNewRefundRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageGenerateNewRefundRequeststo request generatorNewRefundBillingRequestGeneratordefault voidDeprecated.voidsendToPaymentAccountProcessingResultUpdater(PaymentAccountProcessedMessage message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messagePaymentAccountProcessedEventto payment account processing result updater.default voidDeprecated.voidsendToPaymentProcessingResultHandler(PaymentsProcessed message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messagePaymentsProcessedto payment processing result handlerPaymentProcessingResultHandlerdefault voidDeprecated.voidsendToPaymentProcessorHandler(ProcessPayments message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageProcessPaymentsto the Payment Processor HandlerPaymentProcessorHandlerdefault voidDeprecated.voidsendToRefundEventUpdater(UpdateRefundEvents message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageUpdateRefundEventsto refund event updaterRefundEventUpdaterdefault voidDeprecated.voidsendToRefundRetryBillingRequestGenerator(GenerateRefundRetryRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageGenerateRefundRetryRequeststo request generatorRefundRetryBillingRequestGeneratordefault voidDeprecated.voidsendToRevokeEntitlementHandler(EntitlementProcessingRequest message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) default voidDeprecated.voidsendToTaxProcessorHandler(TaxCalculationHandlerRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) default voidDeprecated.voidsendToTaxProcessorResultHandler(TaxCalculationResultProcessorRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
Method Details
-
deadLetterRetry
<T> void deadLetterRetry(T message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
sendToNewChargeBillingRequestGenerator
@Deprecated(since="1.0.0") default void sendToNewChargeBillingRequestGenerator(GenerateNewChargeRequests message) Deprecated.Send messageGenerateNewChargeRequeststo request generatorNewChargeBillingRequestGenerator -
sendToNewChargeBillingRequestGenerator
void sendToNewChargeBillingRequestGenerator(GenerateNewChargeRequests message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageGenerateNewChargeRequeststo request generatorNewChargeBillingRequestGenerator -
sendToChargeRetryBillingRequestGenerator
@Deprecated(since="1.0.0") default void sendToChargeRetryBillingRequestGenerator(GenerateChargeRetryRequests message) Deprecated.Send messageGenerateChargeRetryRequeststo request generatorChargeRetryBillingRequestGenerator -
sendToChargeRetryBillingRequestGenerator
void sendToChargeRetryBillingRequestGenerator(GenerateChargeRetryRequests message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageGenerateChargeRetryRequeststo request generatorChargeRetryBillingRequestGenerator -
sendToNewRefundBillingRequestGenerator
@Deprecated(since="1.0.0") default void sendToNewRefundBillingRequestGenerator(GenerateNewRefundRequests message) Deprecated.Send messageGenerateNewRefundRequeststo request generatorNewRefundBillingRequestGenerator -
sendToNewRefundBillingRequestGenerator
void sendToNewRefundBillingRequestGenerator(GenerateNewRefundRequests message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageGenerateNewRefundRequeststo request generatorNewRefundBillingRequestGenerator -
sendToRefundRetryBillingRequestGenerator
@Deprecated(since="1.0.0") default void sendToRefundRetryBillingRequestGenerator(GenerateRefundRetryRequests message) Deprecated.Send messageGenerateRefundRetryRequeststo request generatorRefundRetryBillingRequestGenerator -
sendToRefundRetryBillingRequestGenerator
void sendToRefundRetryBillingRequestGenerator(GenerateRefundRetryRequests message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageGenerateRefundRetryRequeststo request generatorRefundRetryBillingRequestGenerator -
sendToBillingProcessingRequestInitializer
@Deprecated(since="1.0.0") default void sendToBillingProcessingRequestInitializer(InitializeBillingProcessingRequests message) Deprecated.Send messageInitializeBillingProcessingRequeststo billing processing request initializerBillingProcessingRequestInitializer -
sendToBillingProcessingRequestInitializer
void sendToBillingProcessingRequestInitializer(InitializeBillingProcessingRequests message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageInitializeBillingProcessingRequeststo billing processing request initializerBillingProcessingRequestInitializer -
sendToPaymentProcessorHandler
Deprecated.Send messageProcessPaymentsto the Payment Processor HandlerPaymentProcessorHandler -
sendToPaymentProcessorHandler
void sendToPaymentProcessorHandler(ProcessPayments message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageProcessPaymentsto the Payment Processor HandlerPaymentProcessorHandler -
sendToPaymentProcessingResultHandler
@Deprecated(since="1.0.0") default void sendToPaymentProcessingResultHandler(PaymentsProcessed message) Deprecated.Send messagePaymentsProcessedto payment processing result handlerPaymentProcessingResultHandler -
sendToPaymentProcessingResultHandler
void sendToPaymentProcessingResultHandler(PaymentsProcessed message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messagePaymentsProcessedto payment processing result handlerPaymentProcessingResultHandler -
sendToPaymentAccountProcessingResultUpdater
@Deprecated(since="1.0.0") default void sendToPaymentAccountProcessingResultUpdater(PaymentAccountProcessedMessage message) Deprecated.Send messagePaymentAccountProcessedEventto payment account processing result updater. -
sendToPaymentAccountProcessingResultUpdater
void sendToPaymentAccountProcessingResultUpdater(PaymentAccountProcessedMessage message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messagePaymentAccountProcessedEventto payment account processing result updater. -
sendToBillingProcessingRequestFinalizer
@Deprecated(since="1.0.0") default void sendToBillingProcessingRequestFinalizer(FinalizeBillingProcessingRequests message) Deprecated.Send messageFinalizeBillingProcessingRequeststo billing processing request finalizerBillingProcessingRequestFinalizer -
sendToBillingProcessingRequestFinalizer
void sendToBillingProcessingRequestFinalizer(FinalizeBillingProcessingRequests message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageFinalizeBillingProcessingRequeststo billing processing request finalizerBillingProcessingRequestFinalizer -
sendToEventPaymentUpdater
@Deprecated(since="1.0.0") default void sendToEventPaymentUpdater(UpdateBillingEventPayments message) Deprecated.Send messageUpdateBillingEventPaymentsto event payment updaterEventPaymentUpdater -
sendToEventPaymentUpdater
void sendToEventPaymentUpdater(UpdateBillingEventPayments message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageUpdateBillingEventPaymentsto event payment updaterEventPaymentUpdater -
sendToRefundEventUpdater
Deprecated.Send messageUpdateRefundEventsto refund event updaterRefundEventUpdater -
sendToRefundEventUpdater
void sendToRefundEventUpdater(UpdateRefundEvents message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageUpdateRefundEventsto refund event updaterRefundEventUpdater -
sendToBillingProcessingResultHandler
@Deprecated(since="1.0.0") default void sendToBillingProcessingResultHandler(ProcessBillingEventPaymentResults message) Deprecated.Send messageBillingEventPaymentProcessedEventto billing processing result handler. -
sendToBillingProcessingResultHandler
void sendToBillingProcessingResultHandler(ProcessBillingEventPaymentResults message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageBillingEventPaymentProcessedEventto billing processing result handler. -
sendToGrantEntitlementHandler
@Deprecated(since="1.0.0") default void sendToGrantEntitlementHandler(EntitlementProcessingRequest message) Deprecated. -
sendToGrantEntitlementHandler
void sendToGrantEntitlementHandler(EntitlementProcessingRequest message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
sendToRevokeEntitlementHandler
@Deprecated(since="1.0.0") default void sendToRevokeEntitlementHandler(EntitlementProcessingRequest message) Deprecated. -
sendToRevokeEntitlementHandler
void sendToRevokeEntitlementHandler(EntitlementProcessingRequest message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
sendToTaxProcessorHandler
@Deprecated(since="1.0.0") default void sendToTaxProcessorHandler(TaxCalculationHandlerRequests message) Deprecated. -
sendToTaxProcessorHandler
void sendToTaxProcessorHandler(TaxCalculationHandlerRequests message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
sendToTaxProcessorResultHandler
@Deprecated(since="1.0.0") default void sendToTaxProcessorResultHandler(TaxCalculationResultProcessorRequests message) Deprecated. -
sendToTaxProcessorResultHandler
void sendToTaxProcessorResultHandler(TaxCalculationResultProcessorRequests message, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
sendToBillingProcessingRequestFinalizer(FinalizeBillingProcessingRequests, ContextInfo)instead