public abstract class FlowableEmitterMqttActionListener<T> extends BaseEmitterMqttActionListener
| Modifier and Type | Field | Description |
|---|---|---|
protected io.reactivex.FlowableEmitter<? super T> |
emitter |
LOGGER| Constructor | Description |
|---|---|
FlowableEmitterMqttActionListener(io.reactivex.FlowableEmitter<? super T> emitter) |
| Modifier and Type | Method | Description |
|---|---|---|
OnError |
getOnError() |
Return the
OnError implementation for this listener so that the
onFailure() method can call onError() |
onFailureprotected final io.reactivex.FlowableEmitter<? super T> emitter
public FlowableEmitterMqttActionListener(io.reactivex.FlowableEmitter<? super T> emitter)
public OnError getOnError()
BaseEmitterMqttActionListenerOnError implementation for this listener so that the
onFailure() method can call onError()getOnError in class BaseEmitterMqttActionListenerOnError implementation.Copyright © 2018. All rights reserved.