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:
  • Constructor Details

    • RemoteServiceResponse

      public RemoteServiceResponse()
    • RemoteServiceResponse

      public RemoteServiceResponse(String id, Object result)
    • RemoteServiceResponse

      public RemoteServiceResponse(String id, Throwable error)
  • Method Details