Class PromotionCacheInvalidationMessageFactory
java.lang.Object
com.broadleafcommerce.promotion.offer.service.messaging.cache.PromotionCacheInvalidationMessageFactory
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.MessageFactory<PromotionCacheInvalidationRemoteEvent>
public class PromotionCacheInvalidationMessageFactory
extends Object
implements com.broadleafcommerce.common.messaging.notification.MessageFactory<PromotionCacheInvalidationRemoteEvent>
Factory responsible for creating cache invalidation messages via the
NotificationHandler
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.Message<PromotionCacheInvalidationRemoteEvent>
createMessage
(Object entity) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.common.messaging.notification.MessageFactory
createMessage
-
Constructor Details
-
PromotionCacheInvalidationMessageFactory
-
-
Method Details
-
createMessage
public org.springframework.messaging.Message<PromotionCacheInvalidationRemoteEvent> createMessage(Object entity) - Specified by:
createMessage
in interfacecom.broadleafcommerce.common.messaging.notification.MessageFactory<PromotionCacheInvalidationRemoteEvent>
-