{"id":48680733,"url":"https://github.com/Dimezis/RxBus","last_synced_at":"2026-04-26T20:00:43.069Z","repository":{"id":114887312,"uuid":"54265522","full_name":"Dimezis/RxBus","owner":"Dimezis","description":"Simple Rx Event Bus implementation using Kotlin for Android and RxKotlin (RxJava)","archived":false,"fork":false,"pushed_at":"2018-10-16T14:08:04.000Z","size":114,"stargazers_count":88,"open_issues_count":2,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-04T00:39:32.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dimezis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-03-19T12:44:17.000Z","updated_at":"2024-11-29T22:12:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb98c73c-2615-45f7-9548-f5762bc81402","html_url":"https://github.com/Dimezis/RxBus","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Dimezis/RxBus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimezis%2FRxBus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimezis%2FRxBus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimezis%2FRxBus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimezis%2FRxBus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dimezis","download_url":"https://codeload.github.com/Dimezis/RxBus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimezis%2FRxBus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32310804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-11T01:00:36.059Z","updated_at":"2026-04-26T20:00:43.064Z","avatar_url":"https://github.com/Dimezis.png","language":"Kotlin","funding_links":[],"categories":["进程间通信"],"sub_categories":["Spring Cloud框架"],"readme":"# RxBus [Deprecated]\n\nThis is a simple Rx Event Bus implementation using Kotlin.\nIncludes small Android example project.\n\nYou should think twice though before using an event bus in project, it might create a complicated data flow in your app and a nightmare for debugging later. \nAlso Rx is already providing you all event bus capabilities, but offer more control over data flow and scope.\n\n## How to use\n```kotlin\n//subscribe to events\nBus.observe\u003cExampleEvent\u003e()\n      .subscribe { doSomething() }\n      .registerInBus(this) //registers your subscription to unsubscribe it properly later\n                \n//send events\nBus.send(ExampleEvent(someData))\n\n//unsubscribe from events\nBus.unregister(this)\n```\n\n##Gradle\n```Groovy\ncompile 'com.eightbitlab:rxbus:1.0.2'\n```\n\nLicense\n-------\n\n    Copyright 2016 Dmitry Saviuk\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDimezis%2FRxBus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDimezis%2FRxBus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDimezis%2FRxBus/lists"}