Interface | Description |
---|---|
IDataObservable<T> |
An observable that can be used to subscribe to new data of type T from the
class Ether |
IDataProducer<T,U> |
An interface that exposes
interface IDataPublisher of type T and
a Flowable to listen for triggers of type U |
IDataPublisher<T> |
Interface to publish a data of type T to the
class Ether |
IDataSubscriber<T> |
Subscribes to data of type T
|
IProducer |
Represents a generic producer
|
Class | Description |
---|---|
Ether<T> |
Ether is a PubSub data bus where data can be published and subscribed.
|
EtherObservable<T> |
An extension of
class Ether that also exposes a Flowable for the data send to this class Ether |
EtherObservableKt |