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