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

main.io.github.chengzis.chain.Interceptor.kt Maven / Gradle / Ivy

package io.github.chengzis.chain

/**
 * 拦截器
 */
interface Interceptor {

    fun process(chain: Chain, args: T): R

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy