Class SingleResponseCollector

java.lang.Object
org.infinispan.remoting.transport.ValidSingleResponseCollector<ValidResponse>
org.infinispan.remoting.transport.impl.SingleResponseCollector
All Implemented Interfaces:
ResponseCollector<ValidResponse>

public class SingleResponseCollector extends ValidSingleResponseCollector<ValidResponse>
Response collector for a single response. Throws a SuspectException if the node leaves or has already left the cluster.
Since:
9.2
Author:
Dan Berindei