Hierarchy For Package io.camunda.zeebe.client.impl.http
Class Hierarchy
- java.lang.Object
- io.camunda.zeebe.client.impl.http.ApiEntity.Error<T> (implements io.camunda.zeebe.client.impl.http.ApiEntity<T>)
- io.camunda.zeebe.client.impl.http.ApiEntity.Response<T> (implements io.camunda.zeebe.client.impl.http.ApiEntity<T>)
- io.camunda.zeebe.client.impl.http.ApiEntity.Unknown<T> (implements io.camunda.zeebe.client.impl.http.ApiEntity<T>)
- java.util.concurrent.CompletableFuture<T> (implements java.util.concurrent.CompletionStage<T>, java.util.concurrent.Future<V>)
- io.camunda.zeebe.client.impl.http.HttpZeebeFuture<RespT> (implements io.camunda.zeebe.client.api.ZeebeFuture<T>)
- io.camunda.zeebe.client.impl.http.HttpClient (implements java.lang.AutoCloseable)
- io.camunda.zeebe.client.impl.http.HttpClientFactory
Interface Hierarchy
- io.camunda.zeebe.client.impl.http.ApiEntity<T>
- io.camunda.zeebe.client.impl.http.JsonResponseTransformer<HttpT,
RespT>