Interface StatusApi

All Known Implementing Classes:
StatusApiController

@Validated public interface StatusApi
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default org.springframework.http.ResponseEntity<org.lockss.util.rest.status.ApiStatus>
     
  • Method Details

    • getDelegate

      StatusApiDelegate getDelegate()
    • getStatus

      @RequestMapping(value="/status", produces="application/json", method=GET) default org.springframework.http.ResponseEntity<org.lockss.util.rest.status.ApiStatus> getStatus()