Package io.undertow.util
Class PipeliningExecutor
- java.lang.Object
-
- io.undertow.util.PipeliningExecutor
-
- All Implemented Interfaces:
java.util.concurrent.Executor
@Deprecated public class PipeliningExecutor extends java.lang.Object implements java.util.concurrent.Executor
Deprecated.Executor that will continue to re-run tasks in a loop that are submitted from its own thread.- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description PipeliningExecutor(java.util.concurrent.Executor executor)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
execute(java.lang.Runnable command)
Deprecated.
-