Interface NetworkTaskScheduler
- All Superinterfaces:
Executor
- All Known Implementing Classes:
ScalingNetworkTaskScheduler
A scheduler for tasks that are triggered by incoming network calls and should be handled non-blocking (for execute
invocations) with the lowest latency possible.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidshutdown()Triggers a shutdown operation on this scheduler, interrupting all currently running tasks and preventing new tasks from being scheduled.
-
Method Details
-
shutdown
void shutdown()Triggers a shutdown operation on this scheduler, interrupting all currently running tasks and preventing new tasks from being scheduled.
-