public interface OnError
BaseEmitterMqttActionListener class logs errors and calls
onError(Throwable) for emitters of all of the above types, a wrapper is
needed that exposes onError(Throwable) and defers it to the wrapped RxJava
type.| Modifier and Type | Method | Description |
|---|---|---|
void |
onError(Throwable exception) |
Action to take in the event of an error occurring
|
Copyright © 2018. All rights reserved.