Class Rpc.MethodCall

  • Enclosing class:
    Rpc

    public static final class Rpc.MethodCall
    extends Object
    The implementation of a RPC method call.
    • Method Detail

      • getMethodName

        public final String getMethodName()
        Gets the method name.
        Returns:
        The method name.
      • getParameters

        public final List<Value> getParameters()
        Gets the parameters.
        Returns:
        The parameters.