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

com.github.dc.invoke.aop.handler.IApiLogDataHandler Maven / Gradle / Ivy

There is a newer version: 0.5.4
Show newest version
package com.github.dc.invoke.aop.handler;


import com.github.dc.invoke.pojo.ApiLogData;

/**
 * api日志数据处理器
 * @author PeiYuan
 */
public interface IApiLogDataHandler {

    /**
     * 日志数据处理
     * @param apiLogData 日志数据
     */
    void handle(ApiLogData apiLogData);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy