private class ChannelSendOperator.DownstreamBridge
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private <any> |
downstream |
Constructor and Description |
---|
DownstreamBridge(<any> downstream) |
Modifier and Type | Method and Description |
---|---|
void |
onComplete() |
void |
onError(java.lang.Throwable ex) |
void |
onNext(java.lang.Void aVoid) |
void |
onSubscribe(Subscription subscription) |