RpcManager

RpcManager

new RpcManager()

Description:
  • RPC管理类

Since:
  • 2019-09-19
Author:

Methods

(static) addCallback(type, callback)

Description:
  • RpcManager级别的回调

Parameters:
Name Type Description
type RpcManagerCallback

回调枚举标识

callback Object

回调方法名,可以自定义

(static) call(json对象,参照json-rpc)

Description:
  • RPC Call 调用,有返回值

Parameters:
Name Type Description
json对象,参照json-rpc Object

2.0协议

(static) notification(json对象,参照json-rpc)

Description:
  • RPC notification 调用,无回值

Parameters:
Name Type Description
json对象,参照json-rpc Object

2.0协议