Package org.redisson.remote
Class RemoteServiceKey
- java.lang.Object
-
- org.redisson.remote.RemoteServiceKey
-
public class RemoteServiceKey extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RemoteServiceKey(Class<?> serviceInterface, String method, long[] signature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetMethodName()Class<?>getServiceInterface()long[]getSignature()inthashCode()
-