Java implementation
Basis of our code is the Eclipse vert.x framework. Good working knowledge of it is required
Most of the plumbing has been confined to Abstract Classes to limit the code needed for extensions
- WebHandler: Describes how incoming HTTP requests can be processed
- NsfHandler: Describes how the database side of event processing is handled
It is required to understand the EventBus architecture and implementation, especially headers and payloads