Uses of Class
io.camunda.zeebe.client.impl.http.HttpZeebeFuture
Packages that use HttpZeebeFuture
-
Uses of HttpZeebeFuture in io.camunda.zeebe.client.impl.http
Methods in io.camunda.zeebe.client.impl.http with parameters of type HttpZeebeFutureModifier and TypeMethodDescription<RespT> voidHttpClient.delete(String path, org.apache.hc.client5.http.config.RequestConfig requestConfig, HttpZeebeFuture<RespT> result) <HttpT,RespT>
voidHttpClient.get(String path, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpZeebeFuture<RespT> result) <RespT> voidHttpClient.patch(String path, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, HttpZeebeFuture<RespT> result) <RespT> voidHttpClient.post(String path, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, HttpZeebeFuture<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, HttpZeebeFuture<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, HttpZeebeFuture<RespT> result) <RespT> voidHttpClient.put(String path, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, HttpZeebeFuture<RespT> result) -
Uses of HttpZeebeFuture in io.camunda.zeebe.client.impl.search.query
Methods in io.camunda.zeebe.client.impl.search.query that return HttpZeebeFuture