Interface | Description |
---|---|
IRequestScheduler |
Implementors of IRequestScheduler must provide a constructor taking a RequestSchedulerOptions object.
|
Class | Description |
---|---|
NoScheduler |
This is basically not having a scheduler, the requests are
processed as normally would be handled by the JVM.
|
RoundRobinScheduler |
A very basic Round Robin implementation of the RequestScheduler.
|
Copyright © 2019 The Apache Software Foundation