Interface IRpcService

    • Method Detail

      • getMajorVersion

        int getMajorVersion()
        Returns the major version of the server side interface. Different major versions are incompatible with one another.
      • getMinorVersion

        int getMinorVersion()
        Returns the minor version of this server side interface. Different minor versions, within the same major version, are compatible with one another.