I am reacquainting myself with EventStore after setting up my ibGibbified custom library for it a (long) while back, and I have recently upgraded from the 2.x client to the most recent (3.0.1). I’ve spent quite awhile going through the new documentation and I just can’t find any regarding the upgrade process. Could someone point me to this documentation (if it exists)?
At the moment, my issue is about the On____ methods (e.g. OnAuthenticationFailed, OnClosed, etc.). I can’t seem to find any of these methods anywhere, despite the fact that I keep coming across them being referenced in more recent posts/docs. Do these configuration methods still exist? If so, which namespace/assembly? (I’ve tried grepping through source and couldn’t find it).
If they don’t exist, what is the recommended way of handling the same functionality?