-
- All Implemented Interfaces:
public interface SessionManagerInterface for managing Sessions.
Implement this interface and pass it to the API builder to provide your own session management.
-
-
Method Summary
Modifier and Type Method Description abstract Resource<Session>getSession()-
-
Method Detail
-
getSession
abstract Resource<Session> getSession()
-
-
-
-