Class KeepAliveRestController
java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.controller.KeepAliveRestController
Keep Alive Session Rest API Controller.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
KEEP_ALIVE_PATH
Keep Alive Session path.- See Also:
-
-
Constructor Details
-
KeepAliveRestController
public KeepAliveRestController()
-
-
Method Details
-
keepAlive
@GetMapping("/api/v1/keep-alive") public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>> keepAlive()Keep Alive Session endpoint.- Returns:
- no Content response.
-