Class VoidResponseCollector

java.lang.Object
org.infinispan.remoting.transport.ValidResponseCollector<Void>
org.infinispan.remoting.transport.impl.VoidResponseCollector
All Implemented Interfaces:
ResponseCollector<Void>

public class VoidResponseCollector extends ValidResponseCollector<Void>
Response collector that discards successful responses and returns null.

Throws an exception if it receives at least one exception response, or if a node is suspected and ignoreLeavers == true.

Since:
9.2
Author:
Dan Berindei