@Alias(value="Randomized Exponential Backoff",
description="Randomized Exponential Backoff")
public class RandomlyExponentialBackoffConcurrencyManagement
extends Object
implements ConcurrencyStrategyConfiguration
| Constructor and Description |
|---|
RandomlyExponentialBackoffConcurrencyManagement() |
RandomlyExponentialBackoffConcurrencyManagement(Integer maxRetries,
Integer maxWaitingTimeBetweenRetries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getMaxRetries() |
Integer |
getMaxWaitingTimeBetweenRetries() |
int |
hashCode() |
void |
setMaxRetries(Integer maxRetries) |
void |
setMaxWaitingTimeBetweenRetries(Integer maxWaitingTimeBetweenRetries) |
public RandomlyExponentialBackoffConcurrencyManagement()
public Integer getMaxRetries()
public Integer getMaxWaitingTimeBetweenRetries()
public void setMaxRetries(Integer maxRetries)
public void setMaxWaitingTimeBetweenRetries(Integer maxWaitingTimeBetweenRetries)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.