Class HttpCamundaFuture<RespT>

java.lang.Object
java.util.concurrent.CompletableFuture<RespT>
io.camunda.client.impl.http.HttpCamundaFuture<RespT>
Type Parameters:
RespT - the expected response type
All Implemented Interfaces:
CamundaFuture<RespT>, CompletionStage<RespT>, Future<RespT>

public class HttpCamundaFuture<RespT> extends CompletableFuture<RespT> implements CamundaFuture<RespT>
Implements a CamundaFuture representing a HTTP call. Supports propagating cancellation of the top level future to the underlying transport future.