Class OrderFulfillmentStartupIndexer

  • All Implemented Interfaces:
    org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

    public class OrderFulfillmentStartupIndexer
    extends Object
    implements org.springframework.context.SmartLifecycle
    Support optional order fulfillment reindex at application startup. This is driven via the broadleaf.orderfulfillment.reindex.startup property.
    Author:
    Dima Myroniuk (dmyroniuk)
    • Constructor Detail

      • OrderFulfillmentStartupIndexer

        public OrderFulfillmentStartupIndexer​(com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService)
    • Method Detail

      • start

        public void start()
        Specified by:
        start in interface org.springframework.context.Lifecycle
      • stop

        public void stop()
        Specified by:
        stop in interface org.springframework.context.Lifecycle
      • isRunning

        public boolean isRunning()
        Specified by:
        isRunning in interface org.springframework.context.Lifecycle