| Class | Description |
|---|---|
| DoNothingMonitor |
Use this class to switch off capacity monitoring
|
| LimitingMonitor |
Class to be used to limit the number of active CompletableFuture Streams, in an infinite SimpleReact stream.
|
| SamplingMonitor |
Use this class to sample the CompletableFuture chains in an infinite flow as they are created
Can be used to with a LimitingMonitor to reduce touch points
|