Package org.redisson.remote
Class RemoteServiceResponse
- java.lang.Object
-
- org.redisson.remote.RemoteServiceResponse
-
- All Implemented Interfaces:
Serializable
,RRemoteServiceResponse
public class RemoteServiceResponse extends Object implements RRemoteServiceResponse, Serializable
- Author:
- Nikita Koksharov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteServiceResponse()
RemoteServiceResponse(String id, Object result)
RemoteServiceResponse(String id, Throwable error)
-