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(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate) 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) CompleteJobCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) CreateProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, CamundaClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) CreateProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate) Deprecated.CreateProcessInstanceWithResultCommandImpl(JsonMapper jsonMapper, GatewayGrpc.GatewayStub asyncStub, GatewayOuterClass.CreateProcessInstanceRequest.Builder grpcRequestObject, Predicate<CredentialsProvider.StatusCode> retryPredicate, Duration requestTimeout, HttpClient httpClient, boolean preferRestOverGrpc, ProcessInstanceCreationInstruction httpRequestObject) DeleteResourceCommandImpl(long resourceKey, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper) DeployProcessCommandImpl(GatewayGrpc.GatewayStub asyncStub, Duration requestTimeout, Predicate<CredentialsProvider.StatusCode> retryPredicate) 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.since 8.3.0, useinvalid reference
DeployResourceCommandImpl#DeployResourceCommandImpl(GatewayStub asyncStub, CamundaClientConfiguration config, Predicate retryPredicate)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) PublishMessageCommandImpl(GatewayGrpc.GatewayStub asyncStub, CamundaClientConfiguration configuration, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) 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) StreamJobsCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, CamundaClientConfiguration config) 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) -
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 failed because it was unauthenticated or unauthorized, and a new access token could be fetched; otherwise returns false. -
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(GatewayGrpc.GatewayStub asyncStub, HttpClient httpClient, CamundaClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate)
CreateProcessInstanceCommandImpl(GatewayStub, JsonMapper, CamundaClientConfiguration, Predicate, HttpClient, boolean)