A Java library for routing events using annotations. Simplify event handling with declarative annotations and global event management.
- Annotate methods with
@EventHandler
for automatic event registration. - Support for remote service event routing.
- Dynamic event handler updates with persistence.
Add the following to your pom.xml
:
<dependency>
<groupId>com.cwsoft</groupId>
<artifactId>event-router</artifactId>
<version>1.0.0</version>
</dependency>