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.jgroups.dispatcher.ServiceRequest<T,C>
Type Parameters:
T - the request return type
C - the marshalling context type
All Implemented Interfaces:
CompletionStage<T>, Future<T>

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