top.lingkang.sessioncore.wrapper.FinalGenerateSession Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of final-session-core Show documentation
Show all versions of final-session-core Show documentation
final-session 一个轻量级分布式session框架
package top.lingkang.sessioncore.wrapper;
import top.lingkang.sessioncore.base.IdGenerate;
import javax.servlet.http.HttpServletRequest;
/**
* @author lingkang
* Created by 2022/1/27
*/
public interface FinalGenerateSession {
FinalSession generateSession(HttpServletRequest request, IdGenerate idGenerate);
}