-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
In org.infinispan.remoting.transport.Transport modify:
Address getPhysicalAddress();
So that it can potentially return a List of physical addresses. This might be the case in the future:
List<Address> getPhysicalAddresses();