jar

com.monkat : spring-livecheck

Maven & Gradle

Jan 02, 2019
0 stars

Live HealthCheck Library · A simple spring based health check library for live systems that cannot easily create and rely on using test or dummy data to verify the health of a system.

Table Of Contents

Latest Version

Download com.monkat : spring-livecheck JAR file - Latest Versions:

All Versions

Download com.monkat : spring-livecheck JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-livecheck-0.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.monkat.health

├─ com.monkat.health.LiveCheckService.class - [JAR]

├─ com.monkat.health.TaskedHealthIndicator.class - [JAR]

com.monkat.health.annotation

├─ com.monkat.health.annotation.IndicatorCheck.class - [JAR]

├─ com.monkat.health.annotation.IndicatorCheckAspect.class - [JAR]

├─ com.monkat.health.annotation.LiveCheck.class - [JAR]

├─ com.monkat.health.annotation.LiveCheckAspect.class - [JAR]

com.monkat.health.model.config

├─ com.monkat.health.model.config.CheckConfiguration.class - [JAR]

├─ com.monkat.health.model.config.LiveCheckConfiguration.class - [JAR]

com.monkat.health.web

├─ com.monkat.health.web.LiveCheckController.class - [JAR]

com.monkat.health.model

├─ com.monkat.health.model.Alert.class - [JAR]

├─ com.monkat.health.model.Check.class - [JAR]

├─ com.monkat.health.model.CheckType.class - [JAR]

├─ com.monkat.health.model.HealthCheck.class - [JAR]

├─ com.monkat.health.model.ServiceTier.class - [JAR]

├─ com.monkat.health.model.Severity.class - [JAR]

├─ com.monkat.health.model.Status.class - [JAR]

com.monkat.health.config

├─ com.monkat.health.config.LiveCheckStartup.class - [JAR]

Advertisement