public class ThrottlingDecision extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThrottlingDecision.State |
| Modifier and Type | Field and Description |
|---|---|
protected long |
delay |
| Constructor and Description |
|---|
ThrottlingDecision(ThrottlingDecision.State s) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDelay() |
ThrottlingDecision.State |
getState() |
ThrottlingDecision |
withDelay(long delay) |
ThrottlingDecision |
withMessage(String msg) |
public ThrottlingDecision(ThrottlingDecision.State s)
public ThrottlingDecision withDelay(long delay)
public ThrottlingDecision withMessage(String msg)
public ThrottlingDecision.State getState()
public long getDelay()
Copyright © 2013–2020 Adobe. All rights reserved.