public static interface Preprocessor.Processor<T extends Event>
The real preprocessor of typed events.
It is a responsibility of the client code to throw no runtime exceptions
in callbacks. Any unhandled exception can stop an internal thread and
break whole processing of events. It is generally bad to handle all
possible exceptions to hide errors so it is not implemented in the
library at all.