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

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

There is a newer version: 1.0.8
Show newest version
package io.github.chengzis.chain

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy