Class RemoteServiceKey

java.lang.Object
org.redisson.remote.RemoteServiceKey

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

    • RemoteServiceKey

      public RemoteServiceKey(Class<?> serviceInterface, String method, long[] signature)
  • Method Details

    • getMethodName

      public String getMethodName()
    • getSignature

      public long[] getSignature()
    • getServiceInterface

      public Class<?> getServiceInterface()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object