com.github.dc.invoke.aop.handler.IApiLogDataHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dc-invoke Show documentation
Show all versions of dc-invoke Show documentation
dc-invoke project for Spring Boot
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