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
When implementing a recovery listener, I noticed that there is no RecoveryCallback counterpart for a RecoveryListener, to support lambda style of registering a callback. For most listeners (ShutdownListener, ConfirmListener, ...) we have such counterpart.
Is this something we want to add?
I'm happy to create a PR for this.
The text was updated successfully, but these errors were encountered:
This is based on 5.5.0.
When implementing a recovery listener, I noticed that there is no
RecoveryCallback
counterpart for aRecoveryListener
, to support lambda style of registering a callback. For most listeners (ShutdownListener
,ConfirmListener
, ...) we have such counterpart.Is this something we want to add?
I'm happy to create a PR for this.
The text was updated successfully, but these errors were encountered: