This repository was archived by the owner on Dec 7, 2018. It is now read-only.
Add describtion about TrackingToken parameter for Event Handlers #97
Open
Description
It is currently not documented that there is a ParameterResolver
in place which returns the TrackingToken
in @EventHandler
annotated functions which receive their events from a TrackingEventProcessor
, whilst it would be beneficial to explain this.
I assume the best location to provide this description is somewhere in part 4, as most users will not require this level of customization.