Interface XRejectedExecutionHandler

All Superinterfaces:
RejectedExecutionHandler
All Known Implementing Classes:
EsAbortPolicy

public interface XRejectedExecutionHandler extends RejectedExecutionHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The number of rejected executions.

    Methods inherited from interface java.util.concurrent.RejectedExecutionHandler

    rejectedExecution
  • Method Details

    • rejected

      long rejected()
      The number of rejected executions.