public interface OddjobExecutors
ExecutorService
implementations. Oddjob requires these for running things in parallel,
asynchronously triggering jobs, and shceduling jobs.| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.ExecutorService |
getPoolExecutor()
Provide a
ExecutorService. |
java.util.concurrent.ScheduledExecutorService |
getScheduledExecutor()
Provide a
ScheduledExecutorService. |
java.util.concurrent.ScheduledExecutorService getScheduledExecutor()
ScheduledExecutorService.java.util.concurrent.ExecutorService getPoolExecutor()
ExecutorService. Implementations are free to
use getScheduledExecutor() for this, or provide
something different.