Class MenuCacheInvalidationMessageFactory
java.lang.Object
com.broadleafcommerce.menu.service.messaging.cache.MenuCacheInvalidationMessageFactory
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.MessageFactory<MenuCacheInvalidationRemoteEvent>
public class MenuCacheInvalidationMessageFactory
extends Object
implements com.broadleafcommerce.common.messaging.notification.MessageFactory<MenuCacheInvalidationRemoteEvent>
Factory responsible for creating cache invalidation messages via the
NotificationHandler
- Since:
- Menu Service 2.0.3, Release Train 2.1.4, Release Train 2.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.Message<MenuCacheInvalidationRemoteEvent>
createMessage
(Object entity) protected MenuCacheInvalidationHelper
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
-
Method Details
-
createMessage
public org.springframework.messaging.Message<MenuCacheInvalidationRemoteEvent> createMessage(Object entity) - Specified by:
createMessage
in interfacecom.broadleafcommerce.common.messaging.notification.MessageFactory<MenuCacheInvalidationRemoteEvent>
-
getHelper
-