public interface Bus<T,S>
| Modifier and Type | Method and Description |
|---|---|
S |
getScope() |
void |
send(BusEvent.Type type,
Collection<T> items,
String sourceOfEvent) |
io.reactivex.Observable<BusEvent<T>> |
toObservable() |
void send(BusEvent.Type type, Collection<T> items, String sourceOfEvent)
S getScope()
Copyright © 2017 aequologica. All rights reserved.