Interface StatusApiDelegate

All Known Implementing Classes:
StatusApiServiceImpl

public interface StatusApiDelegate
A delegate to be called by the StatusApiController}. Implement this interface with a Service annotated class.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<String>
     
    default Optional<com.fasterxml.jackson.databind.ObjectMapper>
     
    default Optional<jakarta.servlet.http.HttpServletRequest>
     
    default org.springframework.http.ResponseEntity<ApiStatus>
     
  • Field Details

    • log

      static final org.slf4j.Logger log
  • Method Details

    • getObjectMapper

      default Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
    • getRequest

      default Optional<jakarta.servlet.http.HttpServletRequest> getRequest()
    • getAcceptHeader

      default Optional<String> getAcceptHeader()
    • getStatus

      default org.springframework.http.ResponseEntity<ApiStatus> getStatus()
      See Also: