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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.common.messaging.notification.NotificationProperties
com.broadleafcommerce.common.messaging.notification.RetryProperties
getRetry()
boolean
isActive()
void
setActive
(boolean active) void
setContentFieldCacheInvalidationMessageSendDelay
(Duration contentFieldCacheInvalidationMessageSendDelay) void
setContentFolderItemCacheInvalidationMessageSendDelay
(Duration contentFolderItemCacheInvalidationMessageSendDelay) void
setContentItemCacheInvalidationMessageSendDelay
(Duration contentItemCacheInvalidationMessageSendDelay) void
setContentModelCacheInvalidationMessageSendDelay
(Duration contentModelCacheInvalidationMessageSendDelay) void
setContentZoneCacheInvalidationMessageSendDelay
(Duration contentZoneCacheInvalidationMessageSendDelay) void
setFieldDataCacheInvalidationMessageSendDelay
(Duration fieldDataCacheInvalidationMessageSendDelay) void
setNotification
(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification) void
setRetry
(com.broadleafcommerce.common.messaging.notification.RetryProperties retry) void
setStarredItemCacheInvalidationMessageSendDelay
(Duration starredItemCacheInvalidationMessageSendDelay)
-
Constructor Details
-
ContentCacheInvalidationMessagingProperties
public ContentCacheInvalidationMessagingProperties()
-
-
Method Details
-
getContentItemCacheInvalidationMessageSendDelay
-
getContentZoneCacheInvalidationMessageSendDelay
-
getContentModelCacheInvalidationMessageSendDelay
-
getFieldDataCacheInvalidationMessageSendDelay
-
getContentFieldCacheInvalidationMessageSendDelay
-
getContentFolderItemCacheInvalidationMessageSendDelay
-
getStarredItemCacheInvalidationMessageSendDelay
-
isActive
public boolean isActive() -
getNotification
public com.broadleafcommerce.common.messaging.notification.NotificationProperties getNotification()- Specified by:
getNotification
in interfacecom.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
-
getRetry
public com.broadleafcommerce.common.messaging.notification.RetryProperties getRetry()- Specified by:
getRetry
in interfacecom.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)
-