public class ClientReporter extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
asyncReportToQueue(YopReport report) |
static void |
asyncReportToQueue(YopReport report,
ThreadPoolExecutor executor) |
static void |
close()
关闭上报器
|
static void |
open()
开启上报器
|
static void |
reportHostRequest(YopHostRequestEvent<?> newEvent) |
static void |
syncReportToQueue(YopReport report) |
public static void syncReportToQueue(YopReport report)
public static void asyncReportToQueue(YopReport report)
public static void asyncReportToQueue(YopReport report, ThreadPoolExecutor executor)
public static void reportHostRequest(YopHostRequestEvent<?> newEvent)
public static void close()
public static void open()
Copyright © 2024. All rights reserved.