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

com.github.fashionbrot.function.TokenExpiredFunction Maven / Gradle / Ivy

The newest version!
package com.github.fashionbrot.function;


@FunctionalInterface
public interface TokenExpiredFunction {

    /**
     * token 过期执行
     * @param exception 失败异常
     */
    void throwException(Exception exception);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy