Class MenuCacheInvalidationMessagingProperties

java.lang.Object
com.broadleafcommerce.menu.service.messaging.autoconfigure.MenuCacheInvalidationMessagingProperties
All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties

@ConfigurationProperties("broadleaf.menu.cache.invalidation") public class MenuCacheInvalidationMessagingProperties extends Object implements com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
Since:
Menu Service 2.0.3, Release Train 2.1.4, Release Train 2.2.0
Author:
Dima Myroniuk (dmyroniuk)
  • Constructor Details

    • MenuCacheInvalidationMessagingProperties

      public MenuCacheInvalidationMessagingProperties()
  • Method Details

    • getMenuCacheInvalidationMessageSendDelay

      public Duration getMenuCacheInvalidationMessageSendDelay()
    • isActive

      public boolean isActive()
    • getNotification

      public com.broadleafcommerce.common.messaging.notification.NotificationProperties getNotification()
      Specified by:
      getNotification in interface com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
    • getRetry

      public com.broadleafcommerce.common.messaging.notification.RetryProperties getRetry()
      Specified by:
      getRetry in interface com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
    • setMenuCacheInvalidationMessageSendDelay

      public void setMenuCacheInvalidationMessageSendDelay(Duration menuCacheInvalidationMessageSendDelay)
    • setActive

      public void setActive(boolean active)
    • setNotification

      public void setNotification(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification)
    • setRetry

      public void setRetry(com.broadleafcommerce.common.messaging.notification.RetryProperties retry)