Class AsyncInvoker

    • Field Detail

      • responseImpl

        protected AsyncResponseImpl responseImpl
        Because of the object instantiation order, we can't take this as a constructor parameter.
      • nonNullAsyncHandlerGiven

        protected boolean nonNullAsyncHandlerGiven
    • Constructor Detail

      • AsyncInvoker

        public AsyncInvoker()
    • Method Detail

      • isNonNullAsyncHandlerGiven

        public boolean isNonNullAsyncHandlerGiven()
      • setNonNullAsyncHandlerGiven

        public void setNonNullAsyncHandlerGiven​(boolean nonNullAsyncHandlerGiven)
      • run

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

        public abstract void do_run()