| 程序包 | 说明 |
|---|---|
| com.qq.tars.support.notify.prx |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NotifyPrx.async_getNotifyInfo(NotifyPrxCallback callback,
NotifyKey stKey)
Get report information
|
void |
NotifyPrx.async_getNotifyInfo(NotifyPrxCallback callback,
NotifyKey stKey,
Map<String,String> ctx)
Get report information
|
void |
NotifyPrx.async_notifyServer(NotifyPrxCallback callback,
String sServerName,
int level,
String sMessage)
Business reported information, used for alarm
|
void |
NotifyPrx.async_notifyServer(NotifyPrxCallback callback,
String sServerName,
int level,
String sMessage,
Map<String,String> ctx)
Business reported information, used for alarm
|
void |
NotifyPrx.async_reportNotifyInfo(NotifyPrxCallback callback,
ReportInfo info) |
void |
NotifyPrx.async_reportNotifyInfo(NotifyPrxCallback callback,
ReportInfo info,
Map<String,String> ctx) |
void |
NotifyPrx.async_reportServer(NotifyPrxCallback callback,
String sServerName,
String sThreadId,
String sMessage)
The information reported by the framework is stored in the database
|
void |
NotifyPrx.async_reportServer(NotifyPrxCallback callback,
String sServerName,
String sThreadId,
String sMessage,
Map<String,String> ctx)
The information reported by the framework is stored in the database
|
Copyright © 2020. All Rights Reserved.