| Interface | Description |
|---|---|
| CongestionListener |
The listener interface for receiving congestion state.
|
| CongestionMonitor |
The user who is interested in monitoring the underlying source should
implement this interface.
|
| Class | Description |
|---|---|
| CPUProcessCongestionMonitor |
This Congestion Monitor monitors whether or not the CPU Process usage has crossed
the cpuThreshold and notifies its listeners.
|
| MemoryCongestionMonitor |
This Congestion Monitor monitors whether or not the JVM memory usage has crossed
the memoryThreshold and notifies its listeners.
|
Copyright © 2015. All Rights Reserved.