Skip to content

interface IClientStore

cangjie
public interface IClientStore

功能:定义客户端存储接口。

成员概览

成员功能
func find(String)根据客户端标识查找客户端。

func find(String)

cangjie
func find(id: String): ?Client

功能:根据客户端标识查找客户端。

参数:

  • id: String - 客户端标识。

返回值:

  • ?Client - 返回客户端对象;不存在时返回空。