Interface RPCTarget.VersionHandler

    • Method Detail

      • handleVersion

        void handleVersion​(com.yahoo.component.Version ver)

        This method is invoked once the version of the corresponding RPCTarget becomes available. If a problem occured while retrieving the version, this method is invoked with a null argument.

        Parameters:
        ver - The version of corresponding target, or null.