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.NotificationPropertiescom.broadleafcommerce.common.messaging.notification.RetryPropertiesgetRetry()booleanisActive()voidsetActive(boolean active) voidsetContentFieldCacheInvalidationMessageSendDelay(Duration contentFieldCacheInvalidationMessageSendDelay) voidsetContentFolderItemCacheInvalidationMessageSendDelay(Duration contentFolderItemCacheInvalidationMessageSendDelay) voidsetContentItemCacheInvalidationMessageSendDelay(Duration contentItemCacheInvalidationMessageSendDelay) voidsetContentModelCacheInvalidationMessageSendDelay(Duration contentModelCacheInvalidationMessageSendDelay) voidsetContentZoneCacheInvalidationMessageSendDelay(Duration contentZoneCacheInvalidationMessageSendDelay) voidsetFieldDataCacheInvalidationMessageSendDelay(Duration fieldDataCacheInvalidationMessageSendDelay) voidsetNotification(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification) voidsetRetry(com.broadleafcommerce.common.messaging.notification.RetryProperties retry) voidsetStarredItemCacheInvalidationMessageSendDelay(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:
 getNotificationin interfacecom.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
 - 
getRetry
public com.broadleafcommerce.common.messaging.notification.RetryProperties getRetry()- Specified by:
 getRetryin 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)  
 -