Uses of Interface
org.camunda.bpm.client.backoff.BackoffStrategy
-
Packages that use BackoffStrategy Package Description org.camunda.bpm.client org.camunda.bpm.client.backoff org.camunda.bpm.client.impl org.camunda.bpm.client.spring.impl.client org.camunda.bpm.client.topic.impl -
-
Uses of BackoffStrategy in org.camunda.bpm.client
Methods in org.camunda.bpm.client with parameters of type BackoffStrategy Modifier and Type Method Description ExternalTaskClientBuilder
ExternalTaskClientBuilder. 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
Classes in org.camunda.bpm.client.backoff that implement BackoffStrategy Modifier and Type Class Description class
ExponentialBackoffStrategy
Provides an exponential backoff strategy. -
Uses of BackoffStrategy in org.camunda.bpm.client.impl
Fields in org.camunda.bpm.client.impl declared as BackoffStrategy Modifier and Type Field Description protected BackoffStrategy
ExternalTaskClientBuilderImpl. backoffStrategy
Methods in org.camunda.bpm.client.impl that return BackoffStrategy Modifier and Type Method Description protected BackoffStrategy
ExternalTaskClientBuilderImpl. getBackoffStrategy()
Methods in org.camunda.bpm.client.impl with parameters of type BackoffStrategy Modifier and Type Method Description ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. 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 BackoffStrategy Modifier and Type Field Description protected BackoffStrategy
ClientFactory. backoffStrategy
Methods in org.camunda.bpm.client.spring.impl.client with parameters of type BackoffStrategy Modifier and Type Method Description void
ClientFactory. setClientBackoffStrategy(BackoffStrategy backoffStrategy)
-
Uses of BackoffStrategy in org.camunda.bpm.client.topic.impl
Fields in org.camunda.bpm.client.topic.impl declared as BackoffStrategy Modifier and Type Field Description protected BackoffStrategy
TopicSubscriptionManager. backoffStrategy
Methods in org.camunda.bpm.client.topic.impl with parameters of type BackoffStrategy Modifier and Type Method Description void
TopicSubscriptionManager. setBackoffStrategy(BackoffStrategy backOffStrategy)
-