Uses of Class
com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
Packages that use ContentCacheInvalidationRemoteEvent
Package
Description
-
Uses of ContentCacheInvalidationRemoteEvent in com.broadleafcommerce.content.service.messaging.autoconfigure
Methods in com.broadleafcommerce.content.service.messaging.autoconfigure that return types with arguments of type ContentCacheInvalidationRemoteEventModifier and TypeMethodDescriptioncom.broadleafcommerce.common.messaging.notification.MessageFactory<ContentCacheInvalidationRemoteEvent>
ContentCacheInvalidationMessagingConfiguration.contentCacheInvalidationMessageFactory
(ContentCacheInvalidationHelper contentCacheInvalidationHelper) Method parameters in com.broadleafcommerce.content.service.messaging.autoconfigure with type arguments of type ContentCacheInvalidationRemoteEventModifier and TypeMethodDescriptioncom.broadleafcommerce.common.messaging.notification.NotificationHandler
ContentCacheInvalidationMessagingConfiguration.contentCacheInvalidationNotificationHandler
(ContentCacheInvalidationProducer producer, ContentCacheInvalidationMessagingProperties properties, List<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.messaging.notification.MessageFactory<ContentCacheInvalidationRemoteEvent> contentCacheInvalidationMessageFactory, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper) 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) -
Uses of ContentCacheInvalidationRemoteEvent in com.broadleafcommerce.content.service.messaging.cache
Methods in com.broadleafcommerce.content.service.messaging.cache that return ContentCacheInvalidationRemoteEventModifier and TypeMethodDescriptionContentCacheInvalidationHelper.buildRemoteEvent
(Object projection) Build a cache invalidation event for a specific mutated entityContentCacheInvalidationHelper.buildRemoteRegionEvent
(Class<?> projection) Build a cache invalidation event for an entire cache regionMethods in com.broadleafcommerce.content.service.messaging.cache that return types with arguments of type ContentCacheInvalidationRemoteEventModifier and TypeMethodDescriptionorg.springframework.messaging.Message<ContentCacheInvalidationRemoteEvent>
ContentCacheInvalidationMessageFactory.createMessage
(Object entity) protected com.broadleafcommerce.common.messaging.notification.MessageFactory<ContentCacheInvalidationRemoteEvent>
ContentCacheInvalidationNotificationSender.getFactory()
Constructor parameters in com.broadleafcommerce.content.service.messaging.cache with type arguments of type ContentCacheInvalidationRemoteEventModifierConstructorDescriptionContentCacheInvalidationNotificationSender
(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)