# AndroidKnife/RxBus

Event Bus By RxJava.

Repository: https://github.com/AndroidKnife/RxBus
Canonical: https://ross.abutalabs.com/products/rxbus
Language: Java
License: Apache-2.0
License Family: permissive
Topics: rxbus, rxandroid, rxjava, rxjava2
Last push: 2021-08-27T07:54:42+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3934, "days_push": 1832, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2129, forks 223 (observed 2026-08-28T04:06:17.034834+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: message-queue, concurrency
- domain: android-tools, mobile-development, developer-tools
- platform: jvm
- tags: event-bus, rxjava, rxjava2, pub-sub, annotations, android

## Member repositories
- AndroidKnife/RxBus (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:17.034834+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:52:22.632228+00:00, confidence not recorded.
  - readme: https://github.com/AndroidKnife/RxBus (fetched 2026-08-28T04:06:17.034834+00:00, sha c91d97eb11c3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
