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
Currently, the interface defines methods which return VertX Future.
This forces the users for this module to add dependency on VertX itself.
Instead we should prefer constructs from the Java concurrent package. Then the AuthHandlers can add the code for interop with VertX
The text was updated successfully, but these errors were encountered:
Currently, the interface defines methods which return VertX Future.
This forces the users for this module to add dependency on VertX itself.
Instead we should prefer constructs from the Java concurrent package. Then the AuthHandlers can add the code for interop with VertX
The text was updated successfully, but these errors were encountered: