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
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.
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.0The text was updated successfully, but these errors were encountered: