public abstract class Scheduler
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Scheduler.ISchedulerFactory
Factory interface for preparing a scheduler for a given executor.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes of the scheduler by disposing its executor.
|
Executor |
getExecutor() |
public Executor getExecutor()
public void dispose()