I need to communicate with a remote service, using (greenrobot) EventBus. Unfortunately, it does not seem to work with IPC. Looking at the code, I don\'t see a workaround ei
Another library that follows the EventBus syntax more closely is HermesEventBus. It supports IPC (and intra process) both.
Although they should have just derived from EventBus, so that we can just inject EventBus object (which is actually a HermesEventBus), and not have to update code everywhere. https://github.com/eleme/HermesEventBus