DOC

io.github.ciriti : repeat-check

Maven & Gradle

Mar 22, 2024
0 stars

repeat-check · The RepeatCheckUntilVerified Utility offers a robust asynchronous mechanism for performing repeated condition checks with configurable retries, initial delays, and optional backup actions. Designed for Kotlin-based applications, it simplifies the implementation of retry logic for operations that require validation through repeated attempts, such as network requests, file I/O operations, or any condition-dependent tasks. With features like adjustable timing, maximum attempt control, and failure management through backup actions, it ensures resilience and flexibility in handling operations that may not succeed on the first try. Ideal for applications requiring high reliability and precise control over task verification processes.

Table Of Contents

Latest Version

Download io.github.ciriti : repeat-check Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.ciriti : repeat-check Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file repeat-check-0.0.1-javadoc.jar to repeat-check-0.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder repeat-check-0.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "repeat-check-0.0.1-sources.jar" -d "repeat-check-0.0.1-javadoc" -subpackages