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 HttpClientModifierConstructorDescriptionActivateAdHocSubProcessActivitiesCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, String adHocSubProcessInstanceKey) ActivateJobsCommandImpl(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate) AssignClientToGroupCommandImpl(HttpClient httpClient) AssignClientToTenantCommandImpl(HttpClient httpClient) AssignGroupToTenantCommandImpl(HttpClient httpClient) AssignMappingRuleToGroupCommandImpl(HttpClient httpClient) AssignMappingRuleToTenantCommandImpl(HttpClient httpClient) AssignRoleToClientCommandImpl(HttpClient httpClient) AssignRoleToGroupCommandImpl(HttpClient httpClient) AssignRoleToMappingRuleCommandImpl(HttpClient httpClient) AssignRoleToTenantCommandImpl(HttpClient httpClient) AssignRoleToUserCommandImpl(HttpClient httpClient) AssignUserTaskCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) AssignUserToGroupCommandImpl(HttpClient httpClient) AssignUserToTenantCommandImpl(HttpClient httpClient) BroadcastSignalCommandImpl(GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) CancelBatchOperationCommandImpl(HttpClient httpClient, String batchOperationKey) CancelProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, long processInstanceKey, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) 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(CamundaClientConfiguration config, HttpClient httpClient, JsonMapper jsonMapper) CreateAuthorizationCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) CreateBatchOperationCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, BatchOperationTypeEnum type, Function<Consumer<E>, E> filterFactory) CreateBatchOperationCommandStep1Impl(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) CreateMappingRuleCommandImpl(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(String groupId, HttpClient httpClient) DeleteResourceCommandImpl(long resourceKey, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) DeleteRoleCommandImpl(HttpClient httpClient, String roleId) DeleteTenantCommandImpl(HttpClient httpClient) DeleteUserCommandImpl(HttpClient httpClient, String username) 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) 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) PinClockCommandImpl(HttpClient httpClient, JsonMapper jsonMapper) PublishMessageCommandImpl(GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration configuration, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) ResetClockCommandImpl(HttpClient httpClient) ResolveIncidentCommandImpl(GatewayGrpc.GatewayStub asyncStub, long incidentKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) ResumeBatchOperationCommandImpl(HttpClient httpClient, String batchOperationKey) SetVariablesCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long elementInstanceKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) StatusRequestImpl(HttpClient httpClient, Duration requestTimeout) SuspendBatchOperationCommandImpl(HttpClient httpClient, String batchOperationKey) 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) UnassignClientFromGroupCommandImpl(HttpClient httpClient) UnassignGroupFromTenantCommandImpl(HttpClient httpClient) UnassignMappingRuleFromGroupCommandImpl(HttpClient httpClient) UnassignRoleFromClientCommandImpl(HttpClient httpClient) UnassignRoleFromGroupCommandImpl(HttpClient httpClient) UnassignRoleFromMappingRuleCommandImpl(HttpClient httpClient) UnassignRoleFromTenantCommandImpl(HttpClient httpClient) UnassignRoleFromUserCommandImpl(HttpClient httpClient) UnassignUserFromGroupCommandImpl(HttpClient httpClient) UnassignUserFromTenantCommandImpl(HttpClient httpClient) UnassignUserTaskCommandImpl(HttpClient httpClient, long userTaskKey) UpdateAuthorizationCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, long authorizationKey) UpdateGroupCommandImpl(String groupId, HttpClient httpClient, JsonMapper jsonMapper) UpdateJobCommandImpl(long jobKey, HttpClient httpClient, JsonMapper jsonMapper) UpdateRoleCommandImpl(HttpClient httpClient, String roleId, JsonMapper jsonMapper) UpdateTenantCommandImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) UpdateUserCommandImpl(HttpClient httpClient, String username, JsonMapper jsonMapper) 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 HttpClientModifierConstructorDescriptionAuthorizationGetRequestImpl(HttpClient httpClient, long authorizationKey) BatchOperationGetRequestImpl(HttpClient httpClient, String batchOperationKey) DecisionDefinitionGetRequestImpl(HttpClient httpClient, long decisionDefinitionKey) DecisionDefinitionGetXmlRequestImpl(HttpClient httpClient, long decisionKey) DecisionInstanceGetRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String decisionEvaluationInstanceKey) DecisionRequirementsGetRequestImpl(HttpClient httpClient, long decisionRequirementsKey) DecisionRequirementsGetXmlRequestImpl(HttpClient httpClient, long decisionRequirementsKey) DocumentContentGetRequestImpl(HttpClient httpClient, String documentId, String storeId, String contentHash, CamundaClientConfiguration configuration) ElementInstanceGetRequestImpl(HttpClient httpClient, long elementInstanceKey) GroupGetRequestImpl(HttpClient httpClient, String groupId) IncidentGetRequestImpl(HttpClient httpClient, long incidentKey) ProcessDefinitionGetFormRequestImpl(HttpClient httpClient, long processDefinitionKey) ProcessDefinitionGetRequestImpl(HttpClient httpClient, long processDefinitionKey) ProcessDefinitionGetXmlRequestImpl(HttpClient httpClient, long processDefinitionKey) ProcessInstanceGetCallHierarchyRequestImpl(HttpClient httpClient, long processInstanceKey) ProcessInstanceGetRequestImpl(HttpClient httpClient, long processInstanceKey) RoleGetRequestImpl(HttpClient httpClient, String roleId) TenantGetRequestImpl(HttpClient httpClient, String tenantId) UserGetRequestImpl(HttpClient httpClient, String username) 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.request
Constructors in io.camunda.client.impl.search.request with parameters of type HttpClientModifierConstructorDescriptionAuthorizationsSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) BatchOperationItemSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) BatchOperationSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) ClientsByGroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String groupId) ClientsByRoleSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String roleId) ClientsByTenantSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) CorrelatedMessageSubscriptionSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) DecisionDefinitionSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) DecisionInstanceSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) DecisionRequirementsSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) ElementInstanceSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) GroupsByRoleSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String roleId) GroupsByTenantSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) GroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) IncidentsByProcessInstanceSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, long processInstanceKey) IncidentSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) JobSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) MappingRulesByGroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String groupId) MappingRulesByRoleSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String roleId) MessageSubscriptionSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) ProcessDefinitionSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) ProcessInstanceSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) ProcessInstanceSequenceFlowsRequestImpl(HttpClient httpClient, long processInstanceKey) RolesByGroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String groupId) RolesByTenantSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) RolesSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) TenantsSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) UsersByGroupSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String groupId) UsersByRoleSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String roleId) UsersByTenantSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, String tenantId) UsersSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) UserTaskSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) UserTaskVariableSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, long userTaskKey) VariableSearchRequestImpl(HttpClient httpClient, JsonMapper jsonMapper) -
Uses of HttpClient in io.camunda.client.impl.statistics.request
Constructors in io.camunda.client.impl.statistics.request with parameters of type HttpClientModifierConstructorDescriptionProcessDefinitionElementStatisticsRequestImpl(HttpClient httpClient, JsonMapper jsonMapper, long processDefinitionKey) ProcessInstanceElementStatisticsRequestImpl(HttpClient httpClient, long processInstanceKey) UsageMetricsStatisticsRequestImpl(HttpClient httpClient, OffsetDateTime startTime, OffsetDateTime endTime) -
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