Class ReactiveExecutor

All Implemented Interfaces:
Executor, ExecutorService

@StubDocs public class ReactiveExecutor extends ThreadPoolExecutor
Latency-optimized executor designed for reactive programs.
  • Constructor Details

    • ReactiveExecutor

      public ReactiveExecutor(int parallelism, ThreadFactory threads)
    • ReactiveExecutor

      public ReactiveExecutor(int parallelism)
    • ReactiveExecutor

      public ReactiveExecutor()
  • Method Details