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() -
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) 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)