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

top.lingkang.sessioncore.wrapper.FinalGenerateSession Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy