Package best.skn.security.services
Interface SessionService
- All Known Implementing Classes:
SessionServiceImpl
public interface SessionService
Session Service Interface
- Since:
- 2024-03-16
- Version:
- 1.2.1
- Author:
- SKN Shukhan
- Use Case:
- Spring Boot Reactive
- Dedicated To:
- Logno, Atoshi and My Parents
-
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
-
Method Details
-
sessionRouteGetRequest
reactor.core.publisher.Mono<org.springframework.web.server.WebSession> sessionRouteGetRequest(org.springframework.web.server.WebSession webSession) throws Exception Method to get WebSession as response of GET request- Parameters:
webSession- a WebSession as parameter- Returns:
- a Mono of WebSession as a response
- Throws:
Exception- an exception is thrown if WebSession GET request fails- Since:
- v1.0.0
-