You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
I guess there should be a difference. It currently looks like a copy&waste mistake.
/**
* Must be run after the channel is closed. This handler will run after the
* downstream methods have processed the close event and before the upstream
* methods have closed.
*
* @ param closeHandler Will be called on close
* @ return This stream
*/
PushStream onClose(Runnable closeHandler);
/**
* Must be run after the channel is closed. This handler will run after the
* downstream methods have processed the close event and before the upstream
* methods have closed.
*
* @ param closeHandler Will be called on close
* @ return This stream
*/
PushStream<T> onError(Consumer< ? super Throwable> closeHandler);
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Original bug ID: BZ#3107
From: @juergen-albert
Reported version: R7
The text was updated successfully, but these errors were encountered: