Skip to content
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

No EventHandler interface in 4.1.1 version of okhttp-eventsource #95

Open
RaviKumarNallagatla48 opened this issue Jan 17, 2025 · 0 comments

Comments

@RaviKumarNallagatla48
Copy link

I've defined one custom event handler class which should implement EventHandler interface. But the newer versions from 4.x.x of okhttp-eventsource dependency doesn't have this interface.

We use this interface to handle events and process it further. Without this interface, is there any alternative implementation to handle this usecase. If there are any, let me know :)

Note: We have this interface in old versions like 3.x.x and 2.x.x of okhttp-eventsource. Please refer to the usecase of this interface if needed.

Dependencies used:

com.launchdarkly okhttp-eventsource 4.1.1 com.squareup.okhttp3 okhttp 4.12.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant