https://github.com/membrane/jmediator
Mediator implementation for Java
https://github.com/membrane/jmediator
Last synced: 6 months ago
JSON representation
Mediator implementation for Java
- Host: GitHub
- URL: https://github.com/membrane/jmediator
- Owner: membrane
- License: apache-2.0
- Created: 2024-07-12T15:36:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T20:12:44.000Z (7 months ago)
- Last Synced: 2025-04-14T08:06:30.460Z (6 months ago)
- Language: Java
- Size: 38.1 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JMediator
Simple mediator implementation for Java. Inspired by the  for .Net.
Makes it possible to use the `Vertical Slice Architecture` with Java and Spring Boot.
## Spring Boot Starter
Use the convenient [JMediator Spring Boot Starter](https://github.com/membrane/jmediator-spring-boot-starter) for Spring Boot.