Class HandlerRunner.Options

  • Enclosing class:
    HandlerRunner<REQ,​RES>

    public static class HandlerRunner.Options
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Options​(java.util.concurrent.Executor executor)
      You can run on virtual threads by using the executor Executors.newVirtualThreadPerTaskExecutor().
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Options

        public Options​(java.util.concurrent.Executor executor)
        You can run on virtual threads by using the executor Executors.newVirtualThreadPerTaskExecutor().