Class ContentCacheInvalidationMessageFactory
java.lang.Object
com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationMessageFactory
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.MessageFactory<ContentCacheInvalidationRemoteEvent>
public class ContentCacheInvalidationMessageFactory
extends Object
implements com.broadleafcommerce.common.messaging.notification.MessageFactory<ContentCacheInvalidationRemoteEvent>
Factory responsible for creating cache invalidation messages via the
NotificationHandler
- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.Message<ContentCacheInvalidationRemoteEvent>
createMessage
(Object entity) protected ContentCacheInvalidationHelper
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
-
ContentCacheInvalidationMessageFactory
-
-
Method Details
-
createMessage
public org.springframework.messaging.Message<ContentCacheInvalidationRemoteEvent> createMessage(Object entity) - Specified by:
createMessage
in interfacecom.broadleafcommerce.common.messaging.notification.MessageFactory<ContentCacheInvalidationRemoteEvent>
-
getHelper
-