Class PromotionCacheInvalidationMessagingProperties

java.lang.Object
com.broadleafcommerce.promotion.offer.service.messaging.autoconfigure.PromotionCacheInvalidationMessagingProperties
All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties

@ConfigurationProperties("broadleaf.offer.cache.invalidation") public class PromotionCacheInvalidationMessagingProperties extends Object implements com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
  • Constructor Details

    • PromotionCacheInvalidationMessagingProperties

      public PromotionCacheInvalidationMessagingProperties()
  • Method Details

    • getOfferCacheInvalidationMessageSendDelay

      public Duration getOfferCacheInvalidationMessageSendDelay()
    • getOfferCodeCacheInvalidationMessageSendDelay

      public Duration getOfferCodeCacheInvalidationMessageSendDelay()
    • getMarketingMessageCacheInvalidationMessageSendDelay

      public Duration getMarketingMessageCacheInvalidationMessageSendDelay()
    • 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
    • setOfferCacheInvalidationMessageSendDelay

      public void setOfferCacheInvalidationMessageSendDelay(Duration offerCacheInvalidationMessageSendDelay)
    • setOfferCodeCacheInvalidationMessageSendDelay

      public void setOfferCodeCacheInvalidationMessageSendDelay(Duration offerCodeCacheInvalidationMessageSendDelay)
    • setMarketingMessageCacheInvalidationMessageSendDelay

      public void setMarketingMessageCacheInvalidationMessageSendDelay(Duration marketingMessageCacheInvalidationMessageSendDelay)
    • 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)