5.1.0
Implemented .youngerThan
Event Interest
EventListener
s now support the.youngerThan
interested, specifying amaximumAge
parameter to define (in nanoseconds) the maximum age anEventable
can be (from the point of Dispatch) before the Listener is no longer interested in it.EventReceiving
types (all of them) now also support the above behaviour.- README.md has been updated to provide an example of how to specify an
EventListener
with a Maximum Age constraint.