Class PromotionCacheInvalidationNotificationSender
java.lang.Object
com.broadleafcommerce.promotion.offer.service.messaging.cache.PromotionCacheInvalidationNotificationSender
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.cache.CacheInvalidationNotificationImmediateSender
,EventListener
,org.springframework.context.ApplicationListener<com.broadleafcommerce.data.tracking.core.service.MutationNotifyEvent>
,org.springframework.core.Ordered
public class PromotionCacheInvalidationNotificationSender
extends Object
implements org.springframework.context.ApplicationListener<com.broadleafcommerce.data.tracking.core.service.MutationNotifyEvent>, com.broadleafcommerce.data.tracking.core.cache.CacheInvalidationNotificationImmediateSender, org.springframework.core.Ordered
-
Field Summary
FieldsFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ConstructorsConstructorDescriptionPromotionCacheInvalidationNotificationSender
(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) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.broadleafcommerce.common.messaging.notification.MessageFactory<PromotionCacheInvalidationRemoteEvent>
protected PromotionCacheInvalidationHelper
protected com.broadleafcommerce.common.messaging.notification.NotificationManager
protected Supplier<com.broadleafcommerce.common.messaging.notification.NotificationManager>
int
getOrder()
protected com.broadleafcommerce.common.messaging.notification.ChannelSupplier
void
handleCacheInvalidation
(com.broadleafcommerce.data.tracking.core.TrackableRepository<? extends com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.Trackable entity, boolean forceSend, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) void
onApplicationEvent
(com.broadleafcommerce.data.tracking.core.service.MutationNotifyEvent event) void
sendCacheInvalidation
(com.broadleafcommerce.data.tracking.core.TrackableRepository<? extends com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.Trackable entity) void
sendCacheRegionInvalidation
(Class<?> projectionType) protected boolean
validate
(com.broadleafcommerce.data.tracking.core.TrackableRepository<? extends com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.Trackable entity, boolean forceSend) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Field Details
-
EVENT_ORDER
public static final int EVENT_ORDER- See Also:
-
-
Constructor Details
-
PromotionCacheInvalidationNotificationSender
public PromotionCacheInvalidationNotificationSender(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)
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(com.broadleafcommerce.data.tracking.core.service.MutationNotifyEvent event) - Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<com.broadleafcommerce.data.tracking.core.service.MutationNotifyEvent>
-
sendCacheInvalidation
public void sendCacheInvalidation(com.broadleafcommerce.data.tracking.core.TrackableRepository<? extends com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.Trackable entity) - Specified by:
sendCacheInvalidation
in interfacecom.broadleafcommerce.data.tracking.core.cache.CacheInvalidationNotificationImmediateSender
-
sendCacheRegionInvalidation
- Specified by:
sendCacheRegionInvalidation
in interfacecom.broadleafcommerce.data.tracking.core.cache.CacheInvalidationNotificationImmediateSender
-
handleCacheInvalidation
public void handleCacheInvalidation(com.broadleafcommerce.data.tracking.core.TrackableRepository<? extends com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.Trackable entity, boolean forceSend, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
validate
protected boolean validate(com.broadleafcommerce.data.tracking.core.TrackableRepository<? extends com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.Trackable entity, boolean forceSend) -
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceorg.springframework.core.Ordered
-
getNotificationManagerSupplier
protected Supplier<com.broadleafcommerce.common.messaging.notification.NotificationManager> getNotificationManagerSupplier() -
getFactory
protected com.broadleafcommerce.common.messaging.notification.MessageFactory<PromotionCacheInvalidationRemoteEvent> getFactory() -
getProperties
-
getProducer
protected com.broadleafcommerce.common.messaging.notification.ChannelSupplier getProducer() -
getMapper
-
getHelper
-
getNotificationManager
protected com.broadleafcommerce.common.messaging.notification.NotificationManager getNotificationManager()
-