guava-eventbus
Guide to Guava’s EventBus 1. Overview Guava library provides the EventBus which allows publish-subscribe communication between components. In this tutorial, we will look at how to use some of the features of the EventBus. 2. Setup To start we add the Google Guava library dependency in the pom.xml: <dependency> <groupId>com.google.guava</groupId>… Continue Reading guava-eventbus