Interface NetworkTaskScheduler

All Superinterfaces:
Executor
All Known Implementing Classes:
ScalingNetworkTaskScheduler

public interface NetworkTaskScheduler extends Executor
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 Type
    Method
    Description
    void
    Triggers a shutdown operation on this scheduler, interrupting all currently running tasks and preventing new tasks from being scheduled.

    Methods inherited from interface Executor

    execute
  • Method Details

    • shutdown

      void shutdown()
      Triggers a shutdown operation on this scheduler, interrupting all currently running tasks and preventing new tasks from being scheduled.