From d42d806f78599db87b49b7f3890b2c5b1720f6e5 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 31 May 2018 12:00:01 +0200 Subject: [PATCH] Add EventBus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b56371..c106445 100644 --- a/README.md +++ b/README.md @@ -518,6 +518,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Camel](https://camel.apache.org/) - Glues together different transport APIs via Enterprise Integration Patterns. * [Apache Kafka](https://kafka.apache.org/) - High-throughput distributed messaging system. * [Apache Pulsar](https://pulsar.apache.org/) - Distributed pub/sub-messaging system. +* [EventBus](https://github.com/greenrobot/EventBus) - Simple publish/subscribe event bus. * [Hermes](http://hermes.allegro.tech) - Fast and reliable message broker built on top of Kafka. * [JeroMQ](https://github.com/zeromq/jeromq) - Implementation of ZeroMQ. * [Nakadi](https://github.com/zalando/nakadi) - Provides a RESTful API on top of Kafka.