AndroidKnife/RxBus
Event Bus By RxJava. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3934
- days_rel: n/a
- days_push: 1832
- n_releases_24m: 0
Adoption not part of the score
2129 stars · 223 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RxBus is an event bus library for Android/JVM built on RxJava, inspired by Otto and EventBus. It supports @Produce/@Subscribe annotations, event tags, and configurable threading (main, IO, computation, executor, handler threads).
Use cases
- publish and subscribe to events across Android components
- replace Otto or greenrobot EventBus with an RxJava-based bus
- route events to specific threads like IO or main thread
- tag events to distinguish different message types
- decouple communication between activities, fragments, and services
When to avoid
- you prefer a maintained, actively developed event bus (last release 2021)
- your project does not use RxJava and you want a lighter alternative like EventBus
- you need cross-process or cross-app event communication
Facets
library · maturity maintenance
message-queue concurrency android-tools mobile-development developer-tools jvm event-bus rxjava rxjava2 pub-sub annotations android
1 source
- readme: https://github.com/AndroidKnife/RxBus · fetched 2026-08-28 · c91d97eb11c3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| AndroidKnife/RxBus | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="AndroidKnife/RxBus")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem