Uses of Package
io.camunda.client.impl.http
Packages that use io.camunda.client.impl.http
Package
Description
-
Classes in io.camunda.client.impl.http used by io.camunda.client.implClassDescriptionThin abstraction layer on top of Apache's HTTP client to wire up the expected Camunda API conventions, e.g. errors are always
ProblemDetail, content type is always JSON, etc. -
Classes in io.camunda.client.impl.http used by io.camunda.client.impl.commandClassDescriptionThin abstraction layer on top of Apache's HTTP client to wire up the expected Camunda API conventions, e.g. errors are always
ProblemDetail, content type is always JSON, etc. -
Classes in io.camunda.client.impl.http used by io.camunda.client.impl.fetchClassDescriptionThin abstraction layer on top of Apache's HTTP client to wire up the expected Camunda API conventions, e.g. errors are always
ProblemDetail, content type is always JSON, etc. -
Classes in io.camunda.client.impl.http used by io.camunda.client.impl.httpClassDescriptionRepresents a possible response entity from the Camunda REST API, either a successful response of type
ApiEntity, or aProblemDetailreturned by the server.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.A generic interface for consuming API entities from an asynchronous data stream. -
Classes in io.camunda.client.impl.http used by io.camunda.client.impl.search.requestClassDescriptionImplements a
CamundaFuturerepresenting 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. -
Classes in io.camunda.client.impl.http used by io.camunda.client.impl.statistics.requestClassDescriptionThin abstraction layer on top of Apache's HTTP client to wire up the expected Camunda API conventions, e.g. errors are always
ProblemDetail, content type is always JSON, etc. -
Classes in io.camunda.client.impl.http used by io.camunda.client.impl.workerClassDescriptionThin abstraction layer on top of Apache's HTTP client to wire up the expected Camunda API conventions, e.g. errors are always
ProblemDetail, content type is always JSON, etc.