-
Feature Request
-
Resolution: Done
-
Major
-
2.8
-
None
MessageDispatcher.*WithFuture() calls should return a custom Future (that extends java.util.concurrent.Future) which gives you the ability to register a listener for when the Future has been completed. When the value is finally set (or member suspected) on the GroupRequest it could just notify any registered listeners that the request is complete.