| Interface | Description |
|---|---|
| RxHub |
RxJava based Hub connecting Observables and Observers so that Observers can receive events
without knowledge of which Observables, if any, there are,
while maintaining clear connection between them.
|
| Class | Description |
|---|---|
| AbstractRxHub |
Base implementation of
RxHub
Essentially this is a collection of Observable nodes which can also subscribe to other
Observables and pass events to their Subscribers
Nodes can be either Subject or Relay. |
| DefaultRxHub | |
| RxHub.Source |
| Enum | Description |
|---|---|
| RxHub.NodeType |