New
Release 3.5.0
- Add Event Poller API where clients can control their own thread(s) and poll for new events in a non-blocking way.
- The Event Poller API supports batch processing via the
IteratorandExactSizeIteratortraits. - Performance is the same as when the Disruptor controls processing thread(s). See the benchmark
poller.