Class FilterMapResponseCollector

java.lang.Object
org.infinispan.remoting.transport.ValidResponseCollector<Map<Address,Response>>
org.infinispan.remoting.transport.impl.FilterMapResponseCollector
All Implemented Interfaces:
ResponseCollector<Address, Map<Address,Response>>

public class FilterMapResponseCollector extends ValidResponseCollector<Map<Address,Response>>
Response collector supporting JGroupsTransport.invokeRemotelyAsync(Collection, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder).

This class is not thread-safe by itself. It expects an AbstractRequest to handle synchronization.