类 EMCClient
java.lang.Object
com.digiwin.dap.middleware.emc.EMCClient
- 所有已实现的接口:
EMC
The entry point class of EMC that implements the EMC interface.
- 从以下版本开始:
- 1.0.0
- 作者:
- fobgochod
-
字段概要
字段 -
方法概要
修饰符和类型方法说明连接池统计信息voidsend(MessageInfo message, String userToken) 发送全部消息,需要指定消息类型void发送消息,联系人使用配置void发送消息,指定联系人voidshutdown()Shuts down the EMC instance (release all resources) The EMC instance is not usable after its shutdown() is called.
-
字段详细资料
-
serviceClient
-
-
方法详细资料
-
send
从接口复制的说明:EMC发送消息,联系人使用配置 -
send
从接口复制的说明:EMC发送消息,指定联系人 -
send
从接口复制的说明:EMC发送全部消息,需要指定消息类型 -
shutdown
public void shutdown()从接口复制的说明:EMCShuts down the EMC instance (release all resources) The EMC instance is not usable after its shutdown() is called. -
getConnectionPoolStats
从接口复制的说明:EMC连接池统计信息- 指定者:
getConnectionPoolStats在接口中EMC- 返回:
- 统计信息
-