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 ContentCacheInvalidationHelperMethods 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
-
ContentCacheInvalidationMessageFactory
-
-
Method Details
-
createMessage
public org.springframework.messaging.Message<ContentCacheInvalidationRemoteEvent> createMessage(Object entity) - Specified by:
createMessagein interfacecom.broadleafcommerce.common.messaging.notification.MessageFactory<ContentCacheInvalidationRemoteEvent>
-
getHelper
-