Interface AsyncObserver

    • Method Detail

      • parallelizable

        default boolean parallelizable()
        Indicates if the observer can be run in parallel with others. If not, the observer will be run in a single worker thread that will consume the queue of non-parallelizable observers. However parallelizable observers could be run in parallel with other observers. In this case could not rely on priority anymore.
        Returns:
        true if parallelizable