-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect method in the documentation #3720
Comments
|
mcserra
added a commit
to mcserra/jersey
that referenced
this issue
Jan 28, 2020
Signed-off-by: Miguel Serra <Miguel.Serra@criticaltechworks.com>
mcserra
added a commit
to mcserra/jersey
that referenced
this issue
Feb 2, 2020
Signed-off-by: Miguel Serra <Miguel.Serra@criticaltechworks.com>
senivam
pushed a commit
that referenced
this issue
Feb 11, 2020
jansupol
pushed a commit
to jansupol/jersey
that referenced
this issue
Mar 23, 2020
…4j#4378) * [eclipse-ee4j#3720] Incorrect method in the documentation Signed-off-by: Miguel Serra <Miguel.Serra@criticaltechworks.com> (cherry picked from commit 780b754)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I followed this guide: https://jersey.github.io/documentation/latest/sse.html and this code example:
However it seems to be outdated as eventSink doesn't have onNext method now. The replacement is send method that does the same.
The text was updated successfully, but these errors were encountered: