Uses of Interface
io.camunda.client.CredentialsProvider.StatusCode
Packages that use CredentialsProvider.StatusCode
Package
Description
-
Uses of CredentialsProvider.StatusCode in io.camunda.client
Methods in io.camunda.client with parameters of type CredentialsProvider.StatusCodeModifier and TypeMethodDescriptionbooleanCredentialsProvider.shouldRetryRequest(CredentialsProvider.StatusCode statusCode) Returns true if the request should be retried; otherwise returns false. -
Uses of CredentialsProvider.StatusCode in io.camunda.client.impl
Classes in io.camunda.client.impl that implement CredentialsProvider.StatusCodeMethods in io.camunda.client.impl with parameters of type CredentialsProvider.StatusCodeModifier and TypeMethodDescriptionbooleanNoopCredentialsProvider.shouldRetryRequest(CredentialsProvider.StatusCode statusCode) Constructor parameters in io.camunda.client.impl with type arguments of type CredentialsProvider.StatusCodeModifierConstructorDescriptionRetriableClientFutureImpl(Function<T, R> responseMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, Consumer<io.grpc.stub.StreamObserver<T>> retryAction) RetriableClientFutureImpl(Predicate<CredentialsProvider.StatusCode> retryPredicate, Consumer<io.grpc.stub.StreamObserver<T>> retryAction) RetriableStreamingFutureImpl(C clientResponse, Consumer<B> collector, Predicate<CredentialsProvider.StatusCode> retryPredicate, Consumer<io.grpc.stub.StreamObserver<B>> retryAction) -
Uses of CredentialsProvider.StatusCode in io.camunda.client.impl.basicauth
Methods in io.camunda.client.impl.basicauth with parameters of type CredentialsProvider.StatusCodeModifier and TypeMethodDescriptionbooleanBasicAuthCredentialsProvider.shouldRetryRequest(CredentialsProvider.StatusCode statusCode) -
Uses of CredentialsProvider.StatusCode in io.camunda.client.impl.command
Constructor parameters in io.camunda.client.impl.command with type arguments of type CredentialsProvider.StatusCodeModifierConstructorDescriptionActivateJobsCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate) AssignProcessInstanceBusinessIdCommandImpl(long processInstanceKey, io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) BroadcastSignalCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) CancelProcessInstanceCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, long processInstanceKey, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) CompleteJobCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) CreateProcessInstanceCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, CamundaClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) CreateProcessInstanceWithResultCommandImpl(JsonMapper jsonMapper, io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, io.camunda.zeebe.gateway.protocol.GatewayOuterClass.CreateProcessInstanceRequest.Builder grpcRequestObject, Predicate<CredentialsProvider.StatusCode> retryPredicate, Duration requestTimeout, HttpClient httpClient, boolean preferRestOverGrpc, ProcessInstanceCreationInstruction httpRequestObject, CamundaClientConfiguration config) DeleteResourceCommandImpl(long resourceKey, boolean deleteHistory, io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) DeployProcessCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate) DeployResourceCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) EvaluateConditionalCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) EvaluateDecisionCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, CamundaClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) FailJobCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) JobUpdatePriorityCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, long jobKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) JobUpdateRetriesCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, long jobKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) JobUpdateTimeoutCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, long jobKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) MigrateProcessInstanceCommandImpl(long processInstanceKey, io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) ModifyProcessInstanceCommandImpl(long processInstanceKey, JsonMapper jsonMapper, io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config) PublishMessageCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration configuration, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) ResolveIncidentCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, long incidentKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) SetVariablesCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long elementInstanceKey, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) StreamJobsCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, CamundaClientConfiguration config) ThrowErrorCommandImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) TopologyRequestImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, boolean useRest) -
Uses of CredentialsProvider.StatusCode in io.camunda.client.impl.oauth
Methods in io.camunda.client.impl.oauth with parameters of type CredentialsProvider.StatusCodeModifier and TypeMethodDescriptionbooleanOAuthCredentialsProvider.shouldRetryRequest(CredentialsProvider.StatusCode statusCode) Returns true if the request should be retried — meaning the token was refreshed (either by this thread or a concurrent one) and a retry with the new token is worthwhile. -
Uses of CredentialsProvider.StatusCode in io.camunda.client.impl.worker
Constructor parameters in io.camunda.client.impl.worker with type arguments of type CredentialsProvider.StatusCodeModifierConstructorDescriptionJobClientImpl(io.camunda.zeebe.gateway.protocol.GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate)