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

cn.bestwu.logging.RequestLoggingHandler.kt Maven / Gradle / Ivy

There is a newer version: 2.0.11
Show newest version
package cn.bestwu.logging

import org.springframework.web.method.HandlerMethod

/**
 * RequestLogging 处理
 *
 * @author Peter Wu
 */
interface RequestLoggingHandler {

    fun handle(logging: RequestLogging, handler: HandlerMethod?)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy