| Modifier and Type | Class and Description |
|---|---|
static class |
ReconnectStatus.Builder
Builder for
ReconnectStatus. |
| Modifier and Type | Method and Description |
|---|---|
static ReconnectStatus.Builder |
builder()
Returns new
ReconnectStatus.Builder. |
ServiceException |
getError()
The cause if
getState() is ReconnectState.ERROR, otherwise null. |
ReconnectState |
getState()
The state of reconnect process.
|
String |
toString() |
public static ReconnectStatus.Builder builder()
ReconnectStatus.Builder.public ServiceException getError()
getState() is ReconnectState.ERROR, otherwise null.public ReconnectState getState()
ReconnectState.ERROR, you can use
getError() to get the cause of the failure.Copyright © 2026. All rights reserved.