public class WatchResponseWithError extends Object
| Constructor and Description |
|---|
WatchResponseWithError(EtcdException e) |
WatchResponseWithError(WatchResponse watchResponse) |
| Modifier and Type | Method and Description |
|---|---|
EtcdException |
getException() |
WatchResponse |
getWatchResponse() |
public WatchResponseWithError(WatchResponse watchResponse)
public WatchResponseWithError(EtcdException e)
public WatchResponse getWatchResponse()
public EtcdException getException()
Copyright © 2021. All rights reserved.