Class ApiProxyImpl.CurrentRequestThread

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    ApiProxyImpl

    public static class ApiProxyImpl.CurrentRequestThread
    extends Thread
    A thread created by {@code ThreadManager.currentRequestThreadFactory().
    • Method Detail

      • userRunnable

        public Runnable userRunnable()
        Returns the original Runnable that was supplied to the thread factory, before any wrapping we may have done.
      • start

        public void start()
        Overrides:
        start in class Thread
      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread