Class CartStateRefresher

java.lang.Object
org.broadleafcommerce.core.web.order.CartStateRefresher
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<OrderPersistedEvent>

@Component("blCartStateRefresher") public class CartStateRefresher extends Object implements org.springframework.context.ApplicationListener<OrderPersistedEvent>
ApplicationListener responsible for updating CartState with a new version that was persisted.
Author:
Phillip Verheyden (phillipuniverse)
  • Constructor Details

    • CartStateRefresher

      public CartStateRefresher()
  • Method Details