Interface ScheduledInvoker

    • Method Detail

      • isBlocking

        default boolean isBlocking()
        A blocking invoker is executed on the main executor for blocking tasks. A non-blocking invoker is executed on the event loop.
        Returns:
        true if the scheduled method is blocking, false otherwise