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 HttpClientModifierConstructorDescriptionActivateJobsCommandImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate) AssignUserTaskCommandImpl(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 -
Uses of HttpClient in io.camunda.zeebe.client.impl.search
Constructors in io.camunda.zeebe.client.impl.search with parameters of type HttpClientModifierConstructorDescriptionProcessInstanceQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) -
Uses of HttpClient in io.camunda.zeebe.client.impl.worker
Constructors in io.camunda.zeebe.client.impl.worker with parameters of type HttpClientModifierConstructorDescriptionJobClientImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate)