Uses of Interface
org.camunda.bpm.client.backoff.BackoffStrategy
Packages that use BackoffStrategy
Package
Description
-
Uses of BackoffStrategy in org.camunda.bpm.client
Methods in org.camunda.bpm.client with parameters of type BackoffStrategyModifier and TypeMethodDescriptionExternalTaskClientBuilder.backoffStrategy
(BackoffStrategy backoffStrategy) Adds a custom strategy to the client for defining the org.camunda.bpm.client.backoff between two requests. -
Uses of BackoffStrategy in org.camunda.bpm.client.backoff
Subinterfaces of BackoffStrategy in org.camunda.bpm.client.backoffModifier and TypeInterfaceDescriptioninterface
Provides a way to define a back off between fetch and lock requests.Classes in org.camunda.bpm.client.backoff that implement BackoffStrategyModifier and TypeClassDescriptionclass
Provides an exponential backoff strategy.class
Provides an exponential backoff strategy when an error occurs fetching external tasks. -
Uses of BackoffStrategy in org.camunda.bpm.client.impl
Fields in org.camunda.bpm.client.impl declared as BackoffStrategyModifier and TypeFieldDescriptionprotected BackoffStrategy
ExternalTaskClientBuilderImpl.backoffStrategy
Methods in org.camunda.bpm.client.impl that return BackoffStrategyModifier and TypeMethodDescriptionprotected BackoffStrategy
ExternalTaskClientBuilderImpl.getBackoffStrategy()
Methods in org.camunda.bpm.client.impl with parameters of type BackoffStrategyModifier and TypeMethodDescriptionExternalTaskClientBuilderImpl.backoffStrategy
(BackoffStrategy backoffStrategy) -
Uses of BackoffStrategy in org.camunda.bpm.client.spring.impl.client
Fields in org.camunda.bpm.client.spring.impl.client declared as BackoffStrategyMethods in org.camunda.bpm.client.spring.impl.client with parameters of type BackoffStrategyModifier and TypeMethodDescriptionvoid
ClientFactory.setClientBackoffStrategy
(BackoffStrategy backoffStrategy) -
Uses of BackoffStrategy in org.camunda.bpm.client.topic.impl
Fields in org.camunda.bpm.client.topic.impl declared as BackoffStrategyModifier and TypeFieldDescriptionprotected BackoffStrategy
TopicSubscriptionManager.backoffStrategy
Methods in org.camunda.bpm.client.topic.impl with parameters of type BackoffStrategyModifier and TypeMethodDescriptionvoid
TopicSubscriptionManager.setBackoffStrategy
(BackoffStrategy backOffStrategy)