public class GatewayRetrySignal extends Object
| Constructor and Description |
|---|
GatewayRetrySignal(Throwable failure,
long iteration,
Duration nextBackoff,
GatewayConnection.State nextState) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
failure() |
long |
iteration() |
Duration |
nextBackoff() |
GatewayConnection.State |
nextState() |
String |
toString() |
public GatewayRetrySignal(Throwable failure, long iteration, Duration nextBackoff, GatewayConnection.State nextState)