Interface BaseService


public interface BaseService
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default boolean
     
  • Method Details

    • health

      @GetMapping(value="/actuator/health", produces="application/json", consumes="application/json") Map<String,Object> health()
    • isServiceUp

      default boolean isServiceUp()