public class ForceReconnectOptions
extends java.lang.Object
Builder.| Modifier and Type | Class and Description |
|---|---|
static class |
ForceReconnectOptions.Builder
ForceReconnectOptions are created using a Builder.
|
| Modifier and Type | Field and Description |
|---|---|
static ForceReconnectOptions |
FORCE_CLOSE_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static ForceReconnectOptions.Builder |
builder()
Creates a builder for the options.
|
java.time.Duration |
getFlushWait() |
boolean |
isFlush() |
boolean |
isForceClose() |
public static final ForceReconnectOptions FORCE_CLOSE_INSTANCE
public boolean isForceClose()
public boolean isFlush()
public java.time.Duration getFlushWait()
public static ForceReconnectOptions.Builder builder()