Java Doc for EventHandler.java in » Net » Terracotta » com » tc » async » api » Java Source Code / Java DocumentationJava Source Code and Java Documentation
author: steve Interface for handling either single events or multiple events at one time. For more information of author: this kind of stuff google SEDA -Staged Event Driven Architecure
Handle multiple events at once in a batch. This can be more performant because it avoids context switching
Parameters: context - throws: EventHandlerException -