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