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