Uses of Class
io.camunda.client.impl.http.HttpCamundaFuture
Packages that use HttpCamundaFuture
-
Uses of HttpCamundaFuture in io.camunda.client.impl.http
Methods in io.camunda.client.impl.http with parameters of type HttpCamundaFutureModifier and TypeMethodDescription<RespT> voidHttpClient.delete(String path, Map<String, String> queryParams, org.apache.hc.client5.http.config.RequestConfig requestConfig, JsonResponseTransformer<Void, RespT> transformer, HttpCamundaFuture<RespT> result) <RespT> voidHttpClient.delete(String path, org.apache.hc.client5.http.config.RequestConfig requestConfig, JsonResponseTransformer<Void, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.get(String path, Map<String, String> queryParams, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <RespT> voidHttpClient.get(String path, Map<String, String> queryParams, org.apache.hc.client5.http.config.RequestConfig requestConfig, Predicate<Integer> successPredicate, JsonResponseAndStatusCodeTransformer<Void, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.get(String path, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <RespT> voidHttpClient.get(String path, org.apache.hc.client5.http.config.RequestConfig requestConfig, Predicate<Integer> successPredicate, JsonResponseAndStatusCodeTransformer<Void, RespT> transformer, HttpCamundaFuture<RespT> result) <RespT> voidHttpClient.patch(String path, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, JsonResponseTransformer<Void, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.patch(String path, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <RespT> voidHttpClient.post(String path, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, JsonResponseTransformer<Void, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.post(String path, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.post(String path, Map<String, String> queryParams, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.postMultipart(String path, Map<String, String> queryParams, org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder multipartBuilder, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.postMultipart(String path, org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder multipartBuilder, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <RespT> voidHttpClient.put(String path, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, JsonResponseTransformer<Void, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.put(String path, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) -
Uses of HttpCamundaFuture in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return HttpCamundaFuture