| Interface | Description |
|---|---|
| WorkerThread.Worker |
Interface for the functionality of a worker object
|
| Class | Description |
|---|---|
| AppDeploymentConfig | |
| EventThrottle<K> |
Utility class for throttling an event stream as per a size and time threshold.
|
| EventThrottle.UnitTest | |
| ThreadSafeMultiMap<K,V> |
A simple implementation of a map of maps, where each inner map is a concurrent hashmap
and the outer map is also a concurrent hashmap
|
| ThreadSafeMultiMap.UnitTest | |
| WorkerThread |
Helper class that manages the life cycle of a worker thread in a thread safe and idempotent manner.
|
| WorkerThread.UnitTest |
| Enum | Description |
|---|---|
| AppDeploymentConfig.AggregatorMode |