Class SessionService

java.lang.Object
best.skn.security.services.session.SessionService
All Implemented Interfaces:
SessionInterface

@Service public class SessionService extends Object implements 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 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: SessionInterface
      Method to get WebSession as response of GET request
      Specified by:
      sessionRouteGetRequest in interface SessionInterface
      Parameters:
      webSession - a WebSession as parameter
      Returns:
      a Mono of WebSession as a response
      Throws:
      Exception - an exception if WebSession GET request fails