All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yx.rpc.log.RpcLogHandler Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package org.yx.rpc.log;

/**
 * 这个是在客户端解析的,最好用异步方式处理日志。 线程变量要通过Req对象来获取,而不能取当前线程的
 */
public interface RpcLogHandler {
	void handle(RpcLog log);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy