| Class | Description |
|---|---|
| BatchFactorySupplier<T> |
Simple
Supplier implementation that fills a fixed-size array with
pre-allocated objects, which are handed out, one after the other, until the array is exhausted. |
| EventFactorySupplier<T> |
A
Supplier implementation that instantiates Events
based on Event data type. |
| Factories |
Helper class for creating object factories.
|
| NoArgConstructorFactory<T> |
A
Supplier implementation that simply instantiates objects
using reflection from a no-arg constructor. |