Interface UserIndexingManagerInternal

    • Method Detail

      • shouldProcessEvents

        boolean shouldProcessEvents()
        Indicates if anything performing user indexing should process user-related events on the current thread. Defaults to true.
      • setProcessEventsForCurrentThread

        void setProcessEventsForCurrentThread​(boolean enabled)
        Sets whether anything performing user indexing should process user-related events on the current thread.
        Parameters:
        enabled - true, if indexers should process user-related events.