Class ServiceRequest<T,C>

java.lang.Object
java.util.concurrent.CompletableFuture<T>
org.jgroups.blocks.Request<T>
org.jgroups.blocks.UnicastRequest<T>
org.wildfly.clustering.server.infinispan.dispatcher.ServiceRequest<T,C>
All Implemented Interfaces:
CompletionStage<T>, Future<T>

public class ServiceRequest<T,C> extends org.jgroups.blocks.UnicastRequest<T>
Translates a NoSuchService response to a CancellationException.
Author:
Paul Ferraro