public class RemoteServiceResponse extends Object implements RRemoteServiceResponse, Serializable
| Constructor and Description |
|---|
RemoteServiceResponse() |
RemoteServiceResponse(String id,
Object result) |
RemoteServiceResponse(String id,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getError() |
String |
getId() |
Object |
getResult() |
String |
toString() |
Copyright © 2014–2018 The Redisson Project. All rights reserved.