Class MenuCacheInvalidationRemoteEvent

java.lang.Object
com.broadleafcommerce.menu.service.messaging.cache.MenuCacheInvalidationRemoteEvent
All Implemented Interfaces:
Serializable

public class MenuCacheInvalidationRemoteEvent extends Object implements Serializable
Contains information about the changed entity for which the cache should be invalidated.
Since:
Menu Service 2.0.3, Release Train 2.1.4, Release Train 2.2.0
See Also:
  • Constructor Details

    • MenuCacheInvalidationRemoteEvent

      public MenuCacheInvalidationRemoteEvent(String type)
  • Method Details

    • getType

      public String getType()
      The entity type.
    • getName

      public String getName()
      This field contains the content entity name if available, for example Menu.getName().
    • setName

      public void setName(String name)
      This field contains the content entity name if available, for example Menu.getName().
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object