Class HawaiiAsyncRunnable

    • Constructor Detail

      • HawaiiAsyncRunnable

        protected HawaiiAsyncRunnable​(SharedTaskContext sharedTaskContext)
        Constructor.
        Parameters:
        sharedTaskContext - the context for the api call thread
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • doRun

        protected abstract void doRun()
        This method is executed by Runnable run. Run executes all administrative calls. Code specified in this method will be executed in between those calls.