https://github.com/mohanarpit/event-processing-engine
This project is a lightweight event processing engine using Reactor
https://github.com/mohanarpit/event-processing-engine
Last synced: over 1 year ago
JSON representation
This project is a lightweight event processing engine using Reactor
- Host: GitHub
- URL: https://github.com/mohanarpit/event-processing-engine
- Owner: mohanarpit
- Created: 2014-08-17T09:15:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-17T13:20:22.000Z (almost 12 years ago)
- Last Synced: 2025-02-10T00:44:52.547Z (over 1 year ago)
- Language: Java
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Event Processing Engine
=======================
This project is a lightweight event processing engine using Reactor.
This was inspired by the sheer fact that almost all code-bases require an event processing engine. This is an attempt to abstract that out and make it easy to add and manage event handlers.