public class ReconnectionPolicy extends Object
| Constructor and Description |
|---|
ReconnectionPolicy() |
| Modifier and Type | Method and Description |
|---|---|
int |
getReconnectionAttempts() |
long |
getReconnectionDelayMilliseconds() |
void |
setReconnectionAttempts(int reconnectionAttempts) |
void |
setReconnectionDelayMilliseconds(long reconnectionDelayMilliseconds) |
public int getReconnectionAttempts()
public void setReconnectionAttempts(int reconnectionAttempts)
public long getReconnectionDelayMilliseconds()
public void setReconnectionDelayMilliseconds(long reconnectionDelayMilliseconds)
Copyright © 2020. All rights reserved.