Class ContentCacheInvalidationMessagingProperties

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

@ConfigurationProperties("broadleaf.content.cache.invalidation") public class ContentCacheInvalidationMessagingProperties extends Object implements com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
Author:
Dima Myroniuk (dmyroniuk)
  • Constructor Details

    • ContentCacheInvalidationMessagingProperties

      public ContentCacheInvalidationMessagingProperties()
  • Method Details

    • getContentItemCacheInvalidationMessageSendDelay

      public Duration getContentItemCacheInvalidationMessageSendDelay()
    • getContentZoneCacheInvalidationMessageSendDelay

      public Duration getContentZoneCacheInvalidationMessageSendDelay()
    • getContentModelCacheInvalidationMessageSendDelay

      public Duration getContentModelCacheInvalidationMessageSendDelay()
    • getFieldDataCacheInvalidationMessageSendDelay

      public Duration getFieldDataCacheInvalidationMessageSendDelay()
    • getContentFieldCacheInvalidationMessageSendDelay

      public Duration getContentFieldCacheInvalidationMessageSendDelay()
    • getContentFolderItemCacheInvalidationMessageSendDelay

      public Duration getContentFolderItemCacheInvalidationMessageSendDelay()
    • getStarredItemCacheInvalidationMessageSendDelay

      public Duration getStarredItemCacheInvalidationMessageSendDelay()
    • 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
    • setContentItemCacheInvalidationMessageSendDelay

      public void setContentItemCacheInvalidationMessageSendDelay(Duration contentItemCacheInvalidationMessageSendDelay)
    • setContentZoneCacheInvalidationMessageSendDelay

      public void setContentZoneCacheInvalidationMessageSendDelay(Duration contentZoneCacheInvalidationMessageSendDelay)
    • setContentModelCacheInvalidationMessageSendDelay

      public void setContentModelCacheInvalidationMessageSendDelay(Duration contentModelCacheInvalidationMessageSendDelay)
    • setFieldDataCacheInvalidationMessageSendDelay

      public void setFieldDataCacheInvalidationMessageSendDelay(Duration fieldDataCacheInvalidationMessageSendDelay)
    • setContentFieldCacheInvalidationMessageSendDelay

      public void setContentFieldCacheInvalidationMessageSendDelay(Duration contentFieldCacheInvalidationMessageSendDelay)
    • setContentFolderItemCacheInvalidationMessageSendDelay

      public void setContentFolderItemCacheInvalidationMessageSendDelay(Duration contentFolderItemCacheInvalidationMessageSendDelay)
    • setStarredItemCacheInvalidationMessageSendDelay

      public void setStarredItemCacheInvalidationMessageSendDelay(Duration starredItemCacheInvalidationMessageSendDelay)
    • 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)