Class DelegateInvoker

    • Constructor Detail

    • Method Detail

      • isBlocking

        public boolean isBlocking()
        Description copied from interface: ScheduledInvoker
        A blocking invoker is executed on the main executor for blocking tasks. A non-blocking invoker is executed on the event loop.
        Specified by:
        isBlocking in interface ScheduledInvoker
        Returns:
        true if the scheduled method is blocking, false otherwise