Class BillingJobInitiator<P extends InitiateBillingJob>

java.lang.Object
com.broadleafcommerce.billing.job.module.BillingJobInitiator<P>

public class BillingJobInitiator<P extends InitiateBillingJob> extends Object
This is the entry point for the billing process. It initiates the process by triggering the billing request generators.
  • Field Details

    • sender

      @Autowired protected BillingJobMessageSender sender
    • typeFactory

      @Autowired protected com.broadleafcommerce.common.extension.TypeFactory typeFactory
  • Constructor Details

    • BillingJobInitiator

      public BillingJobInitiator()
  • Method Details