Class HttpZeebeFuture<RespT>

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

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