EventBus icon indicating copy to clipboard operation
EventBus copied to clipboard

使用 Kotlin Coroutine 开发的 EventBus

EventBus

@Tony沈哲 on weibo License Download

功能特点:

  • 支持事件注册、发布
  • 支持异常处理
  • 支持 Sticky 事件
  • 基于 Kotlin Coroutine

下载安装:

Gradle:

implementation 'com.safframework.eventbus:coroutine-eventbus:1.1.0'

详见: https://www.jianshu.com/p/b2781ed82123

联系方式:

Wechat:fengzhizi715

Java与Android技术栈:每周更新推送原创技术文章,欢迎扫描下方的公众号二维码并关注,期待与您的共同成长和进步。

License

Copyright (C) 2017 - present, Tony Shen.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.