T
- The datatype being sent over the EventBuspublic interface EventBusResponseSubscriber<T> extends io.reactivex.ObservableEmitter<T>, io.reactivex.Observer<T>, java.io.Serializable, KeepSubscriberInfo
Interface describing all methods an EvenBusResponseSubscriber needs and extends: - ObservableEmitter - Serializable - KeepSubscriberInfo
Modifier and Type | Method and Description |
---|---|
void |
setAggregateResponses(int aggregateResponses)
Sets the batch count of responses to be bundled over the eventbus 0 = no bundling -1 = all (single response)
|
isDisposed, serialize, setCancellable, setDisposable, tryOnError
getApiName, getUser