Class RemoteServiceKey


  • public class RemoteServiceKey
    extends Object
    Author:
    Nikita Koksharov
    • Constructor Detail

      • RemoteServiceKey

        public RemoteServiceKey​(Class<?> serviceInterface,
                                String method,
                                List<String> signatures)
    • Method Detail

      • getMethodName

        public String getMethodName()
      • getSignatures

        public List<String> getSignatures()
      • getServiceInterface

        public Class<?> getServiceInterface()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object