Class SingleResponseCollector<S>

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

public class SingleResponseCollector<S> extends ValidSingleResponseCollector<S, 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