Package org.redisson.remote
Class RemoteServiceResponse
java.lang.Object
org.redisson.remote.RemoteServiceResponse
- All Implemented Interfaces:
Serializable
,RRemoteServiceResponse
- Author:
- Nikita Koksharov
- See Also:
-
Constructor Summary
ConstructorDescriptionRemoteServiceResponse
(String id, Object result) RemoteServiceResponse
(String id, Throwable error) -
Method Summary
-
Constructor Details
-
RemoteServiceResponse
public RemoteServiceResponse() -
RemoteServiceResponse
-
RemoteServiceResponse
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceRRemoteServiceResponse
-
getError
-
getResult
-
toString
-