public class RemoteServiceKey extends Object
| Constructor and Description |
|---|
RemoteServiceKey(Class<?> serviceInterface,
String method,
long[] signature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMethodName() |
Class<?> |
getServiceInterface() |
long[] |
getSignature() |
int |
hashCode() |
Copyright © 2014–2021 Redisson. All rights reserved.