Uses of Class
com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
Packages that use ContentCacheInvalidationHelper
Package
Description
-
Uses of ContentCacheInvalidationHelper in com.broadleafcommerce.content.service.messaging.autoconfigure
Methods in com.broadleafcommerce.content.service.messaging.autoconfigure that return ContentCacheInvalidationHelperModifier and TypeMethodDescriptionContentCacheInvalidationMessagingConfiguration.contentCacheInvalidationHelper
(ContentCacheInvalidationMessagingProperties properties, org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager> mapperManager) Methods in com.broadleafcommerce.content.service.messaging.autoconfigure with parameters of type ContentCacheInvalidationHelperModifier and TypeMethodDescriptioncom.broadleafcommerce.common.messaging.notification.MessageFactory<ContentCacheInvalidationRemoteEvent>
ContentCacheInvalidationMessagingConfiguration.contentCacheInvalidationMessageFactory
(ContentCacheInvalidationHelper contentCacheInvalidationHelper) ContentCacheInvalidationMessagingConfiguration.contentCacheInvalidationNotificationImmediateSender
(com.broadleafcommerce.common.messaging.notification.MessageFactory<ContentCacheInvalidationRemoteEvent> contentCacheInvalidationMessageFactory, ContentCacheInvalidationMessagingProperties properties, ContentCacheInvalidationProducer producer, ContentCacheInvalidationNotificationStateMapperMember domainMapperMember, ContentCacheInvalidationHelper contentCacheInvalidationHelper, org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.NotificationManager> notificationManager) com.broadleafcommerce.data.tracking.core.mapping.DomainMapperMember
ContentCacheInvalidationMessagingConfiguration.contentCacheInvalidationNotificationStateMapperMember
(com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.NotificationHandler handler, ContentCacheInvalidationHelper contentCacheInvalidationHelper) -
Uses of ContentCacheInvalidationHelper in com.broadleafcommerce.content.service.messaging.cache
Methods in com.broadleafcommerce.content.service.messaging.cache that return ContentCacheInvalidationHelperModifier and TypeMethodDescriptionprotected ContentCacheInvalidationHelper
ContentCacheInvalidationMessageFactory.getHelper()
protected ContentCacheInvalidationHelper
ContentCacheInvalidationNotificationSender.getHelper()
protected ContentCacheInvalidationHelper
ContentCacheInvalidationNotificationStateMapperMember.getHelper()
Constructors in com.broadleafcommerce.content.service.messaging.cache with parameters of type ContentCacheInvalidationHelperModifierConstructorDescriptionContentCacheInvalidationNotificationSender
(Supplier<com.broadleafcommerce.common.messaging.notification.NotificationManager> notificationManagerSupplier, com.broadleafcommerce.common.messaging.notification.MessageFactory<ContentCacheInvalidationRemoteEvent> factory, ContentCacheInvalidationMessagingProperties properties, com.broadleafcommerce.common.messaging.notification.ChannelSupplier producer, ContentCacheInvalidationNotificationStateMapperMember mapper, ContentCacheInvalidationHelper helper) ContentCacheInvalidationNotificationStateMapperMember
(com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.NotificationHandler handler, ContentCacheInvalidationHelper helper)