Class PipeliningExecutor

java.lang.Object
io.undertow.util.PipeliningExecutor
All Implemented Interfaces:
Executor

@Deprecated public class PipeliningExecutor extends Object implements Executor
Deprecated.
Executor that will continue to re-run tasks in a loop that are submitted from its own thread.
Author:
Stuart Douglas
  • Constructor Details

    • PipeliningExecutor

      public PipeliningExecutor(Executor executor)
      Deprecated.
  • Method Details