Interface XRejectedExecutionHandler
-
- All Superinterfaces:
RejectedExecutionHandler
- All Known Implementing Classes:
EsAbortPolicy
public interface XRejectedExecutionHandler extends RejectedExecutionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longrejected()The number of rejected executions.-
Methods inherited from interface java.util.concurrent.RejectedExecutionHandler
rejectedExecution
-
-