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>
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
  • Constructor Details

    • ServiceRequest

      public ServiceRequest(org.jgroups.blocks.RequestCorrelator correlator, org.jgroups.Address target, org.jgroups.blocks.RequestOptions options, C context)
  • Method Details