Class ServerRpcMethodInvocation

    • Constructor Detail

      • ServerRpcMethodInvocation

        public ServerRpcMethodInvocation​(String connectorId,
                                         Class<? extends ServerRpc> interfaceClass,
                                         String methodName,
                                         int parameterCount)
    • Method Detail

      • getInterfaceClass

        public Class<? extends ServerRpc> getInterfaceClass()
      • getMethod

        public Method getMethod()