jar

com.github.kaaveland : tryagain

Maven & Gradle

Oct 13, 2014
6 stars

tryagain is a micro-library to manage retries on operations that may fail because of exceptions.

Table Of Contents

Latest Version

Download com.github.kaaveland : tryagain JAR file - Latest Versions:

All Versions

Download com.github.kaaveland : tryagain JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 tryagain-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.kaaveland.tryagain.api

├─ com.github.kaaveland.tryagain.api.DelayStrategy.class - [JAR]

├─ com.github.kaaveland.tryagain.api.ExceptionMatcher.class - [JAR]

├─ com.github.kaaveland.tryagain.api.Retriable.class - [JAR]

├─ com.github.kaaveland.tryagain.api.RetriableWithoutResult.class - [JAR]

├─ com.github.kaaveland.tryagain.api.Retrier.class - [JAR]

├─ com.github.kaaveland.tryagain.api.TryAgain.class - [JAR]

├─ com.github.kaaveland.tryagain.api.WrappedException.class - [JAR]

com.github.kaaveland.tryagain.impl

├─ com.github.kaaveland.tryagain.impl.BypassExceptionChecking.class - [JAR]

├─ com.github.kaaveland.tryagain.impl.ExceptionIn.class - [JAR]

├─ com.github.kaaveland.tryagain.impl.ExponentialBackoffStrategy.class - [JAR]

├─ com.github.kaaveland.tryagain.impl.InstanceOf.class - [JAR]

├─ com.github.kaaveland.tryagain.impl.StaticDelayStrategy.class - [JAR]

├─ com.github.kaaveland.tryagain.impl.ThrowUncheckedHack.class - [JAR]

├─ com.github.kaaveland.tryagain.impl.WrapExceptions.class - [JAR]