Interface Info

interface Info {
    interfaceName?: string;
    methodName?: string;
    servantName?: string;
}

Properties

interfaceName?: string

jce 文件定义的 interface名。

methodName?: string

interface 中定义的方法名,省略时将从 head 中读取。

servantName?: string

被调服务的 Servant,省略时将从 head 中读取。