Class NotificationInitializeEvent

  • All Implemented Interfaces:
    Serializable

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

      • NotificationInitializeEvent

        public NotificationInitializeEvent​(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