Greenrobot EventBus和Guava的EventBus之间的差异

Jos*_*hon 16 android event-bus greenrobot-eventbus

我经常使用来自greenrobot的EventBus

https://github.com/greenrobot/EventBus

但我刚才意识到Guava有自己的EventBus

com.google.common.eventbus.EventBus

有人知道是否存在很大差异?

bwt*_*bwt 15

两者都是优质图书馆.

这是greenrobot 和(专门用于android的一个fork )之间的比较(来自greenrobot developpers的观点).EventBusOttoGuava

我个人喜欢EventBus因为它支持后台线程交付


Dav*_*vid 7

不再需要比较otto被弃用的位置并写下注释:

该项目已弃用,有利于RxJava和RxAndroid.