Class SessionService
java.lang.Object
best.skn.security.services.session.SessionService
- All Implemented Interfaces:
SessionInterface
Session Service Class
- Since:
- 2024-03-16
- Version:
- 1.1.1
- Author:
- SKN
- Use Case:
- Spring Boot Reactive
- Dedicated To:
- Logno, Atoshi and My Parents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<org.springframework.web.server.WebSession> sessionRouteGetRequest(org.springframework.web.server.WebSession webSession) Method to get WebSession as response of GET request
-
Constructor Details
-
SessionService
public SessionService()
-
-
Method Details
-
sessionRouteGetRequest
public reactor.core.publisher.Mono<org.springframework.web.server.WebSession> sessionRouteGetRequest(org.springframework.web.server.WebSession webSession) throws Exception Description copied from interface:SessionInterfaceMethod to get WebSession as response of GET request- Specified by:
sessionRouteGetRequestin interfaceSessionInterface- Parameters:
webSession- a WebSession as parameter- Returns:
- a Mono of WebSession as a response
- Throws:
Exception- an exception if WebSession GET request fails
-