Interface UpdateEventListener

    • Method Detail

      • externalUpdate

        void externalUpdate​(ChangeLog changes,
                            List<EventState> events,
                            long timestamp,
                            String userData)
                     throws RepositoryException
        Handle an external update.
        Parameters:
        changes - external changes containing only node and property ids.
        events - events to deliver
        timestamp - when the change occurred.
        userData - the user data associated with this update.
        Throws:
        RepositoryException - if the update cannot be processed