org.yx.rpc.log.RpcLogHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sumk Show documentation
Show all versions of sumk Show documentation
A quick developing framewort for internet company
package org.yx.rpc.log;
import org.yx.rpc.codec.Request;
import org.yx.rpc.server.Response;
public interface RpcLogHandler {
void clientLog(RpcLog log);
void serverLog(Request req, Response resp);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy