JakeWharton/RxRelay
RxJava types that are both an Observable and a Consumer. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- 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: 3900
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
2451 stars · 126 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RxRelay provides RxJava types that act as both an Observable and a Consumer, essentially Subjects without terminal events (onComplete/onError). This lets developers bridge non-reactive APIs into Rx streams without risking accidental termination of the stream.
Use cases
- bridge non-Rx APIs into RxJava streams
- replace Subjects to avoid accidental onComplete/onError
- emit events to multiple subscribers without terminal state
- buffer and replay events to late subscribers
- build event buses in Android apps with RxJava
When to choose
- you use RxJava and need a stateless-safe Subject alternative
- you want to adapt callback-based APIs into reactive streams
- you need Publish/Behavior/Replay semantics without terminal events
When to avoid
- your project no longer uses RxJava (e.g., migrated to Kotlin coroutines/Flow)
- you need terminal event semantics of Subjects
- you need an AsyncSubject-like behavior, which Relays cannot support
Facets
library · maturity maintenance
concurrency developer-tools developer-tools android-tools jvm rxjava reactive-streams subjects observables event-bus reactive-programming android
1 source
- readme: https://github.com/JakeWharton/RxRelay · fetched 2026-08-28 · 3bd692ed0dd1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JakeWharton/RxRelay | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="JakeWharton/RxRelay")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem