Class KeepAliveSessionController

java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.KeepAliveSessionController

@RestController public class KeepAliveSessionController extends Object
  • Constructor Details

    • KeepAliveSessionController

      public KeepAliveSessionController()
  • Method Details

    • keepSessionAlive

      @PutMapping("/keep-alive") public org.springframework.http.ResponseEntity<?> keepSessionAlive(jakarta.servlet.http.HttpSession session)