Interface WildFlyManagedExecutorService

All Superinterfaces:
Executor, ExecutorService, jakarta.enterprise.concurrent.ManagedExecutorService
All Known Subinterfaces:
WildFlyManagedScheduledExecutorService

public interface WildFlyManagedExecutorService extends jakarta.enterprise.concurrent.ManagedExecutorService
Author:
Eduardo Martins
  • Method Details

    • getWildFlyManagedThreadFactory

      WildFlyManagedThreadFactory getWildFlyManagedThreadFactory()
    • terminateHungTasks

      void terminateHungTasks()
      Attempts to terminate the executor's hung tasks, by cancelling such tasks.
    • getRuntimeStats

      ManagedExecutorRuntimeStats getRuntimeStats()