| 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 |
| Modifier and Type | Method and Description |
|---|---|
ExternalTaskClientBuilder |
ExternalTaskClientBuilder.backoffStrategy(BackoffStrategy backoffStrategy)
Adds a custom strategy to the client for defining the org.camunda.bpm.client.backoff between two requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExponentialBackoffStrategy
Provides an exponential backoff strategy.
|
| Modifier and Type | Field and Description |
|---|---|
protected BackoffStrategy |
ExternalTaskClientBuilderImpl.backoffStrategy |
| Modifier and Type | Method and Description |
|---|---|
protected BackoffStrategy |
ExternalTaskClientBuilderImpl.getBackoffStrategy() |
| Modifier and Type | Method and Description |
|---|---|
ExternalTaskClientBuilder |
ExternalTaskClientBuilderImpl.backoffStrategy(BackoffStrategy backoffStrategy) |
| Modifier and Type | Field and Description |
|---|---|
protected BackoffStrategy |
ClientFactory.backoffStrategy |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientFactory.setClientBackoffStrategy(BackoffStrategy backoffStrategy) |
| Modifier and Type | Field and Description |
|---|---|
protected BackoffStrategy |
TopicSubscriptionManager.backoffStrategy |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicSubscriptionManager.setBackoffStrategy(BackoffStrategy backOffStrategy) |
Copyright © 2022. All rights reserved.