Package org.redisson.remote
Class RemoteServiceRequest
java.lang.Object
org.redisson.remote.RemoteServiceRequest
- All Implemented Interfaces:
Serializable
- Author:
- Nikita Koksharov
- See Also:
-
Constructor Summary
ConstructorDescriptionRemoteServiceRequest
(String executorId, String id, String methodName, long[] signature, Object[] args, RemoteInvocationOptions options, long date) -
Method Summary
-
Constructor Details
-
RemoteServiceRequest
public RemoteServiceRequest() -
RemoteServiceRequest
-
RemoteServiceRequest
public RemoteServiceRequest(String executorId, String id, String methodName, long[] signature, Object[] args, RemoteInvocationOptions options, long date)
-
-
Method Details