Uses of Class
com.broadleafcommerce.promotion.offer.service.messaging.cache.PromotionCacheInvalidationRemoteEvent
Packages that use PromotionCacheInvalidationRemoteEvent
Package
Description
-
Uses of PromotionCacheInvalidationRemoteEvent in com.broadleafcommerce.promotion.offer.service.messaging.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.messaging.autoconfigure that return types with arguments of type PromotionCacheInvalidationRemoteEventModifier and TypeMethodDescriptioncom.broadleafcommerce.common.messaging.notification.MessageFactory<PromotionCacheInvalidationRemoteEvent>PromotionCacheInvalidationMessagingConfiguration.promotionCacheInvalidationMessageFactory(PromotionCacheInvalidationHelper promotionCacheInvalidationHelper) Method parameters in com.broadleafcommerce.promotion.offer.service.messaging.autoconfigure with type arguments of type PromotionCacheInvalidationRemoteEventModifier and TypeMethodDescriptioncom.broadleafcommerce.common.messaging.notification.NotificationHandlerPromotionCacheInvalidationMessagingConfiguration.promotionCacheInvalidationNotificationHandler(PromotionCacheInvalidationProducer producer, PromotionCacheInvalidationMessagingProperties properties, List<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.messaging.notification.MessageFactory<PromotionCacheInvalidationRemoteEvent> promotionCacheInvalidationMessageFactory, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper) PromotionCacheInvalidationMessagingConfiguration.promotionCacheInvalidationNotificationImmediateSender(com.broadleafcommerce.common.messaging.notification.MessageFactory<PromotionCacheInvalidationRemoteEvent> promotionCacheInvalidationMessageFactory, PromotionCacheInvalidationMessagingProperties properties, PromotionCacheInvalidationProducer producer, PromotionCacheInvalidationNotificationStateMapperMember domainMapperMember, PromotionCacheInvalidationHelper promotionCacheInvalidationHelper, org.springframework.beans.factory.ObjectProvider<com.broadleafcommerce.common.messaging.notification.NotificationManager> notificationManager) -
Uses of PromotionCacheInvalidationRemoteEvent in com.broadleafcommerce.promotion.offer.service.messaging.cache
Methods in com.broadleafcommerce.promotion.offer.service.messaging.cache that return PromotionCacheInvalidationRemoteEventModifier and TypeMethodDescriptionPromotionCacheInvalidationHelper.buildRemoteEvent(Object projection) Build a cache invalidation event for a specific mutated entityPromotionCacheInvalidationHelper.buildRemoteRegionEvent(Class<?> projection) Build a cache invalidation event for an entire cache regionMethods in com.broadleafcommerce.promotion.offer.service.messaging.cache that return types with arguments of type PromotionCacheInvalidationRemoteEventModifier and TypeMethodDescriptionorg.springframework.messaging.Message<PromotionCacheInvalidationRemoteEvent>PromotionCacheInvalidationMessageFactory.createMessage(Object entity) protected com.broadleafcommerce.common.messaging.notification.MessageFactory<PromotionCacheInvalidationRemoteEvent>PromotionCacheInvalidationNotificationSender.getFactory()Constructor parameters in com.broadleafcommerce.promotion.offer.service.messaging.cache with type arguments of type PromotionCacheInvalidationRemoteEventModifierConstructorDescriptionPromotionCacheInvalidationNotificationSender(Supplier<com.broadleafcommerce.common.messaging.notification.NotificationManager> notificationManagerSupplier, com.broadleafcommerce.common.messaging.notification.MessageFactory<PromotionCacheInvalidationRemoteEvent> factory, PromotionCacheInvalidationMessagingProperties properties, com.broadleafcommerce.common.messaging.notification.ChannelSupplier producer, PromotionCacheInvalidationNotificationStateMapperMember mapper, PromotionCacheInvalidationHelper helper)