Class SyncActivityWorker

    • Method Detail

      • setActivitiesImplementation

        public void setActivitiesImplementation​(java.lang.Object... activitiesImplementation)
      • start

        public void start()
        Specified by:
        start in interface Startable
      • awaitTermination

        public void awaitTermination​(long timeout,
                                     java.util.concurrent.TimeUnit unit)
        Specified by:
        awaitTermination in interface Shutdownable
      • suspendPolling

        public void suspendPolling()
        Description copied from interface: Suspendable
        Do not make new poll requests. Outstanding long polls still can return tasks after this method was called.
        Specified by:
        suspendPolling in interface Suspendable