Package io.camunda.zeebe.client.impl.http
package io.camunda.zeebe.client.impl.http
-
ClassDescriptionApiEntity<T>Represents a possible response entity from the Zeebe REST API, either a successful response of type
ApiEntity, or aProblemDetailreturned by the server.Thin abstraction layer on top of Apache's HTTP client to wire up the expected Zeebe API conventions, e.g. errors are alwaysProblemDetail, content type is always JSON, etc.HttpZeebeFuture<RespT>Implements aZeebeFuturerepresenting a HTTP call.JsonResponseTransformer<HttpT,RespT> A generic interface for consuming API entities from an asynchronous data stream.ATypedApiEntityConsumerimplementation for handling JSON data.ATypedApiEntityConsumerimplementation for handling raw data, which could be text or binary.