An open API service indexing awesome lists of open source software.

https://github.com/mikey75/eventbus

Poor Man's Event Bus
https://github.com/mikey75/eventbus

decoupling eventbus events publish-subscribe

Last synced: 5 months ago
JSON representation

Poor Man's Event Bus

Awesome Lists containing this project

README

          

![Maven Central](https://img.shields.io/maven-central/v/net.wirelabs/eventbus)
![CI](https://github.com/mikey75/eventbus/actions/workflows/maven.yml/badge.svg)
![Last commit](https://img.shields.io/github/last-commit/mikey75/eventbus)

Simple publish/subscribe fire-and-forget event bus, written primarily for exchanging events in Swing apps
within multiple windows/panels. Not meant for a great volume of events and concurrent work.
Pretty rudimentary stuff, with no ambition to become a universal event bus. Use at your own risk :)

# Usage:

Currently latest deployed can be found in top bar maven central icon


net.wirelabs
eventbus
$version