Class MutationNotifyEvent

  • All Implemented Interfaces:
    Serializable

    public class MutationNotifyEvent
    extends org.springframework.context.ApplicationEvent
    See Also:
    Serialized Form
    • Constructor Detail

      • MutationNotifyEvent

        public MutationNotifyEvent​(Object source,
                                   @Nullable
                                   Trackable domain,
                                   @Nullable
                                   ContextInfo context,
                                   @NonNull
                                   com.broadleafcommerce.common.messaging.notification.NotificationStateRepository repository)
    • Method Detail

      • getRepository

        public com.broadleafcommerce.common.messaging.notification.NotificationStateRepository getRepository()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object