Uses of Interface
org.camunda.bpm.client.backoff.BackoffStrategy
Package
Description
-
Uses of BackoffStrategy in org.camunda.bpm.client
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Provides a way to define a back off between fetch and lock requests.Modifier 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
Modifier and TypeFieldDescriptionprotected BackoffStrategy
ExternalTaskClientBuilderImpl.backoffStrategy
Modifier and TypeMethodDescriptionprotected BackoffStrategy
ExternalTaskClientBuilderImpl.getBackoffStrategy()
Modifier and TypeMethodDescriptionExternalTaskClientBuilderImpl.backoffStrategy
(BackoffStrategy backoffStrategy) -
Uses of BackoffStrategy in org.camunda.bpm.client.spring.impl.client
Modifier and TypeMethodDescriptionvoid
ClientFactory.setClientBackoffStrategy
(BackoffStrategy backoffStrategy) -
Uses of BackoffStrategy in org.camunda.bpm.client.topic.impl
Modifier and TypeFieldDescriptionprotected BackoffStrategy
TopicSubscriptionManager.backoffStrategy
Modifier and TypeMethodDescriptionvoid
TopicSubscriptionManager.setBackoffStrategy
(BackoffStrategy backOffStrategy)