Interface IStatusService
-
- All Known Implementing Classes:
StatusService
@Path("/status") @Produces("application/json") public interface IStatusServiceAnStatusServicehas methods to check the status of the system
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SystemStatusstatus()
-
-
-
Method Detail
-
status
@GET SystemStatus status()
-
-