An event bus framework for event driven programming

#Intro This is a Java event bus framework, to promote event driven programming. The purpose of this framework is to provide an easy way to generate and process events. It is encouraged to use only events as a way of communication between
Information
Category: Android / EventBus
Watchers: 8
Star: 71
Fork: 5
Last update: May 29, 2023

Related Repos



jeffhollan Azure Container Apps Event Driven sample (dotnet) Sample of 2 container apps deployed to an environment. One of them processes and scales based on a q
 

adrielcafe KBus Super lightweight (13 LOC) and minimalistic (post(), subscribe(), unsubscribe()) EventBus written with idiomatic Kotlin and RxJava 2 KBus in 3 steps 1. Define your events // With data data class S
 
283

amitshekhariitbhu NYBus(RxBus) - A pub-sub library for Android and Java applications. This pub-sub library NYBus(RxBus) uses RxJava(RxJava2) for creating RxBus(RxBus2). You must have used EventBus. NYBus is very similar to the E
 

florent37 RxBus Android reactive event bus that simplifies communication between Presenters, Activities, Fragments, Threads, Services, etc. Download dependencies { compile 'com.github.florent37:rxbus:1.0.0' }
 
117

MFlisar RxBus2 This is an reactive implementation of an event bus, with a few convenient functions especially useful for handling events with activities, fragments and similar. RxJava V1: If you are looking for a version f
 

coshx An event bus for sending messages between WebView and embedded JS. Alter ego of Caravel. Features Easy, fast and reliable event bus system Multiple bus support Multithreading support WebView ~> JavaScript suppo
 
279

cangwang ModuleBus Module Bus is use for diffent modules communication. ModuleBus in 3 steps Define events: public static class MessageClient extend IBaseClient { /* Additional fields if needed */ } Prepare M
 

acionescu #Intro This is a Java event bus framework, to promote event driven programming. The purpose of this framework is to provide an easy way to generate and process events. It is encouraged to use only events as a way of communication between
 
5.2k

square Otto - An event bus by Square An enhanced Guava-based event bus with emphasis on Android support. Otto is an event bus designed to decouple different parts of your application while still allowing them to communicate efficiently
 
24.4k

greenrobot EventBus EventBus is a publish/subscribe event bus for Android and Java. EventBus... simplifies the communication between components decouples event senders and receivers performs well with Activities, Fragme
 
692

airbnb RxGroups RxGroups lets you group RxJava Observables together in groups and tie them to your Android lifecycle. This is especially useful when used with Retrofit. For simple scenarios you can probably just let the original requ