Package io.camunda.client.impl.http
package io.camunda.client.impl.http
-
ClassDescriptionApiEntity<T>Represents a possible response entity from the Camunda REST API, either a successful response of type
ApiEntity, or aProblemDetailreturned by the server.A custom input stream that stores data in a circular buffer with a fixed capacity.An asynchronous consumer for binary data that represents a document.HttpCamundaFuture<RespT>Implements aCamundaFuturerepresenting a HTTP call.Thin abstraction layer on top of Apache's HTTP client to wire up the expected Camunda API conventions, e.g. errors are alwaysProblemDetail, content type is always JSON, etc.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.