[jgroups-users] jgroups 4 replacement for Rsp#getSender?

Questions/problems related to using JGroups <[email protected]> Wed, 25 Oct 2017 15:05:18 -0400
Newsgroups gmane.comp.java.javagroups.general
Message-ID <mailman.18387.1508958327.12770.javagroups-users@lists.sourceforge.net>
Hi,

We've finally dropped our java 6 requirement and are moving from v3.6.1 to
v4.0.7. I think I've figured out most of the api changes, but can't figure
this one out. We have code that wants to know the addresses of nodes that
could not be reached when sending a message. For instance:

        RspList<Object> rspList =
            messageDisptacher.castMessage(null, msg.getBytes(), 0,
msg.length(), <options>);
        for (Rsp<Object> rsp : rspList.values()) {
            if (!rsp.wasReceived()) {
                // do something with rsp.getSender() here
            }
        }

I can't find an equivalent in jgroups 4.x. Can someone point me in the
right direction to figure this out?

Thanks,
Bobby

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

_______________________________________________
javagroups-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/javagroups-users