InstanceHandler importHandler#

package: org.yuanrong.call.

Interface description#

public void importHandler(Map<String, String> input) throws YRException#

The member method of the InstanceHandler class allows users to import handle information, which can be obtained and deserialized from persistent tools such as databases.

When the tenant context is enabled, this method can also be used to import handle information from other tenant contexts.

InstanceHandler instanceHandler = new InstanceHandler();
instanceHandler.importHandler(in);
// The input parameter is obtained by retrieving and deserializing from a database or other persistent storage.
  • Parameters:

    • input - The handle information of the InstanceHandler is stored in the kv key-value pair.

  • Throws:

    • YRException - Unified exception types thrown.