Uses of Class
io.camunda.client.impl.http.HttpClient
Packages that use HttpClient
Package
Description
-
Uses of HttpClient in io.camunda.client.impl
Constructors in io.camunda.client.impl with parameters of type HttpClientModifierConstructorDescriptionCamundaClientImpl(CamundaClientConfiguration configuration, io.grpc.ManagedChannel channel, HttpClient httpClient) CamundaClientImpl(CamundaClientConfiguration config, io.grpc.ManagedChannel channel, GatewayGrpc.GatewayStub gatewayStub, ExecutorResource executorResource, HttpClient httpClient) -
Uses of HttpClient in io.camunda.client.impl.command
Constructors in io.camunda.client.impl.command with parameters of type HttpClientModifierConstructorDescriptionActivateJobsCommandImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate) AssignGroupToTenantCommandImpl(HttpClient httpClient, long tenantKey) AssignMappingToTenantCommandImpl(HttpClient httpClient, long tenantKey) AssignUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) AssignUserToGroupCommandImpl(long groupKey, HttpClient httpClient) AssignUserToTenantCommandImpl(HttpClient httpClient, String tenantId) BroadcastSignalCommandImpl(GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) CancelProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, long processInstanceKey, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) ClockPinCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) ClockResetCommandImpl(HttpClient httpClient) CompleteJobCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) CompleteUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) CorrelateMessageCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateAuthorizationCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateDocumentBatchCommandImpl(JsonMapper jsonMapper, HttpClient httpClient, CamundaClientConfiguration configuration) CreateDocumentCommandImpl(JsonMapper jsonMapper, HttpClient httpClient, CamundaClientConfiguration configuration) CreateDocumentLinkCommandImpl(String documentId, String storeId, String contentHash, JsonMapper jsonMapper, HttpClient httpClient, CamundaClientConfiguration configuration) CreateGroupCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateMappingCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, CamundaClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) CreateProcessInstanceWithResultCommandImpl(JsonMapper jsonMapper, GatewayGrpc.GatewayStub asyncStub, GatewayOuterClass.CreateProcessInstanceRequest.Builder grpcRequestObject, Predicate<CredentialsProvider.StatusCode> retryPredicate, Duration requestTimeout, HttpClient httpClient, boolean preferRestOverGrpc, ProcessInstanceCreationInstruction httpRequestObject) CreateRoleCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateTenantCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateUserCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) DeleteAuthorizationCommandImpl(HttpClient httpClient, long authorizationKey) DeleteDocumentCommandImpl(String documentId, String storeId, HttpClient client, CamundaClientConfiguration configuration) DeleteGroupCommandImpl(long groupKey, HttpClient httpClient) DeleteResourceCommandImpl(long resourceKey, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) DeleteTenantCommandImpl(HttpClient httpClient) DeployResourceCommandImpl(GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) DeployResourceCommandImpl(GatewayGrpc.GatewayStub asyncStub, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) Deprecated.EvaluateDecisionCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, CamundaClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) EvaluateDecisionCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) Deprecated.FailJobCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) JobUpdateCommandImpl(long jobKey, HttpClient httpClient, JsonMapper jsonMapper) JobUpdateRetriesCommandImpl(GatewayGrpc.GatewayStub asyncStub, long jobKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) JobUpdateTimeoutCommandImpl(GatewayGrpc.GatewayStub asyncStub, long jobKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) MigrateProcessInstanceCommandImpl(long processInstanceKey, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) ModifyProcessInstanceCommandImpl(long processInstanceKey, JsonMapper jsonMapper, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config) PublishMessageCommandImpl(GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration configuration, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) RemoveUserFromTenantCommandImpl(HttpClient httpClient, String tenantId) ResolveIncidentCommandImpl(GatewayGrpc.GatewayStub asyncStub, long incidentKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) SetVariablesCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long elementInstanceKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) ThrowErrorCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) TopologyRequestImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, boolean useRest) UnassignGroupFromTenantCommandImpl(HttpClient httpClient, long tenantKey) UnassignUserFromGroupCommandImpl(long groupKey, HttpClient httpClient) UnassignUserTaskCommandImpl(HttpClient httpClient, long userTaskKey) UpdateAuthorizationCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long authorizationKey) UpdateGroupCommandImpl(long groupKey, HttpClient httpClient, JsonMapper jsonMapper) UpdateTenantCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) UpdateUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) -
Uses of HttpClient in io.camunda.client.impl.fetch
Constructors in io.camunda.client.impl.fetch with parameters of type HttpClientModifierConstructorDescriptionDecisionDefinitionGetRequestImpl(HttpClient httpClient, long decisionDefinitionKey) DecisionDefinitionGetXmlRequestImpl(HttpClient httpClient, long decisionKey) DecisionInstanceGetRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String decisionInstanceId) DecisionRequirementsGetRequestImpl(HttpClient httpClient, long decisionRequirementsKey) DecisionRequirementsGetXmlRequestImpl(HttpClient httpClient, long decisionRequirementsKey) DocumentContentGetRequestImpl(HttpClient httpClient, String documentId, String storeId, String contentHash, CamundaClientConfiguration configuration) FlowNodeInstanceGetRequestImpl(HttpClient httpClient, long flowNodeInstanceKey) IncidentGetRequestImpl(HttpClient httpClient, long incidentKey) ProcessDefinitionGetFormRequestImpl(HttpClient httpClient, long processDefinitionKey) ProcessDefinitionGetRequestImpl(HttpClient httpClient, long processDefinitionKey) ProcessDefinitionGetXmlRequestImpl(HttpClient httpClient, long processDefinitionKey) ProcessInstanceGetRequestImpl(HttpClient httpClient, long processInstanceKey) UserTaskGetFormRequestImpl(HttpClient httpClient, long userTaskKey) UserTaskGetRequestImpl(HttpClient httpClient, long userTaskKey) VariableGetRequestImpl(HttpClient httpClient, long variableKey) -
Uses of HttpClient in io.camunda.client.impl.http
Methods in io.camunda.client.impl.http that return HttpClient -
Uses of HttpClient in io.camunda.client.impl.search.query
Constructors in io.camunda.client.impl.search.query with parameters of type HttpClientModifierConstructorDescriptionDecisionDefinitionQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) DecisionInstanceQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) DecisionRequirementsQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) FlowNodeInstanceQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) IncidentQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) ProcessDefinitionQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) ProcessInstanceQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) UserTaskQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) UserTaskVariableQueryImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) VariableQueryImpl(HttpClient httpClient, JsonMapper jsonMapper) -
Uses of HttpClient in io.camunda.client.impl.worker
Constructors in io.camunda.client.impl.worker with parameters of type HttpClientModifierConstructorDescriptionJobClientImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate)
invalid reference