Interface Suspendable

    • Method Detail

      • suspendPolling

        void suspendPolling()
        Do not make new poll requests. Outstanding long polls still can return tasks after this method was called.
      • resumePolling

        void resumePolling()
        Allow new poll requests.
      • isSuspended

        boolean isSuspended()