public static class KafkaInboundChannelModel.NonBlockingRetryBackOff extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
delay |
protected String |
maxDelay |
protected String |
multiplier |
protected String |
random |
| Constructor and Description |
|---|
NonBlockingRetryBackOff() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDelay() |
String |
getMaxDelay() |
String |
getMultiplier() |
String |
getRandom() |
void |
setDelay(String delay) |
void |
setMaxDelay(String maxDelay) |
void |
setMultiplier(String multiplier) |
void |
setRandom(String random) |
protected String delay
protected String maxDelay
protected String multiplier
protected String random
public String getDelay()
public void setDelay(String delay)
public String getMaxDelay()
public void setMaxDelay(String maxDelay)
public String getMultiplier()
public void setMultiplier(String multiplier)
public String getRandom()
public void setRandom(String random)
Copyright © 2022 Flowable. All rights reserved.