Class SolrContentDeletedObserver

    • Method Detail

      • supports

        public boolean supports​(Event event)
        Description copied from interface: Observer
        Checks if the event is supported. If true, the observe(Event) method will be called.
        Parameters:
        event - the event.
        Returns:
        true for observing this event, false otherwise.