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

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

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