Package com.skava.auth.web
Class PingController
java.lang.Object
com.skava.auth.web.PingController
This controller class contains service end-point that is used to check if microservice is responsing to requests.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PingController
public PingController()Default Constructor
-
-
Method Details
-
ping
This service is used to check status of the Authorization microservice.- Returns:
- a
String
object. Returns service name with current system time.
-