Method and Description |
---|
io.vertx.reactivex.WriteStreamObserver.onComplete(Action)
because the
handler may be called while there are outstanding writes in the underlying WriteStream .
Use WriteStreamObserver.onWriteStreamEnd(Action) instead. |
io.vertx.reactivex.WriteStreamSubscriber.onComplete(Action)
because the
handler may be called while there are outstanding writes in the underlying WriteStream .
Use onWriteStreamEnd(Action) instead. |
Copyright © 2020 Eclipse. All rights reserved.