Interface BaseService


  • public interface BaseService
    • Method Detail

      • health

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

        default boolean isServiceUp()