public interface Bus<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Bus.Scope |
| Modifier and Type | Method and Description |
|---|---|
Bus.Scope |
getScope() |
void |
send(BusEvent.Type type,
String scm,
String branch,
String source) |
rx.Observable<BusEvent<T>> |
toObservable() |
Copyright © 2017 aequologica. All rights reserved.