Uses of Class
io.camunda.zeebe.client.impl.http.HttpClient
Packages that use HttpClient
Package
Description
-
Uses of HttpClient in io.camunda.zeebe.client.impl
Constructors in io.camunda.zeebe.client.impl with parameters of type HttpClientModifierConstructorDescriptionZeebeClientImpl(ZeebeClientConfiguration configuration, io.grpc.ManagedChannel channel, HttpClient httpClient) ZeebeClientImpl(ZeebeClientConfiguration config, io.grpc.ManagedChannel channel, GatewayGrpc.GatewayStub gatewayStub, ExecutorResource executorResource, HttpClient httpClient) -
Uses of HttpClient in io.camunda.zeebe.client.impl.command
Constructors in io.camunda.zeebe.client.impl.command with parameters of type HttpClientModifierConstructorDescriptionAssignUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) CompleteUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) TopologyRequestImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, boolean useRest) UnassignUserTaskCommandImpl(HttpClient httpClient, long userTaskKey) UpdateUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) -
Uses of HttpClient in io.camunda.zeebe.client.impl.http
Methods in io.camunda.zeebe.client.impl.http that return HttpClient