Skip to content

Chris-Whiteley/cws-event-router

Repository files navigation

CWS Event Router

A Java library for routing events using annotations. Simplify event handling with declarative annotations and global event management.

Features

  • Annotate methods with @EventHandler for automatic event registration.
  • Support for remote service event routing.
  • Dynamic event handler updates with persistence.

Installation

Add the following to your pom.xml:

<dependency>
    <groupId>com.cwsoft</groupId>
    <artifactId>event-router</artifactId>
    <version>1.0.0</version>
</dependency>

Releases

No releases published

Packages

No packages published