Interface SaCreateSessionFunction

All Superinterfaces:
Function<String,SaSession>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SaCreateSessionFunction extends Function<String,SaSession>
函数式接口:创建 SaSession 的策略

参数:SessionId

返回:SaSession对象

Since:
1.35.0
Author:
click33