jar

io.github.icefrozen : Attempt

Maven & Gradle

Sep 08, 2022
3 stars

Attempt · Attempt is a lightweight component provides declarative retry support for applications, not only but a polling strategy. With Attempt, you can easily poll for something with retry functionality. Non-spring and lightweight applications are friendly for a fewer dependencies.

Table Of Contents

Latest Version

Download io.github.icefrozen : Attempt JAR file - Latest Versions:

All Versions

Download io.github.icefrozen : Attempt 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 Attempt-0.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.icefrozen.attempt.proxy

├─ io.github.icefrozen.attempt.proxy.CglibProxy.class - [JAR]

├─ io.github.icefrozen.attempt.proxy.ExceptionInterceptor.class - [JAR]

├─ io.github.icefrozen.attempt.proxy.Invokable.class - [JAR]

├─ io.github.icefrozen.attempt.proxy.MethodInterceptor.class - [JAR]

├─ io.github.icefrozen.attempt.proxy.MethodMatcher.class - [JAR]

├─ io.github.icefrozen.attempt.proxy.MethodSignature.class - [JAR]

├─ io.github.icefrozen.attempt.proxy.ParametersInterceptor.class - [JAR]

├─ io.github.icefrozen.attempt.proxy.ProxyFactory.class - [JAR]

├─ io.github.icefrozen.attempt.proxy.ProxyUtils.class - [JAR]

├─ io.github.icefrozen.attempt.proxy.ReturnValueInterceptor.class - [JAR]

├─ io.github.icefrozen.attempt.proxy.TargetMethod.class - [JAR]

io.github.icefrozen.attempt.listeners

├─ io.github.icefrozen.attempt.listeners.AttemptListener.class - [JAR]

├─ io.github.icefrozen.attempt.listeners.AttemptStrategyListener.class - [JAR]

├─ io.github.icefrozen.attempt.listeners.AttemptTimeoutListener.class - [JAR]

├─ io.github.icefrozen.attempt.listeners.ExecutorListener.class - [JAR]

├─ io.github.icefrozen.attempt.listeners.InvokeListener.class - [JAR]

io.github.icefrozen.attempt.context

├─ io.github.icefrozen.attempt.context.ResultContext.class - [JAR]

io.github.icefrozen.attempt.exception

├─ io.github.icefrozen.attempt.exception.AttemptTimeoutException.class - [JAR]

├─ io.github.icefrozen.attempt.exception.BaseException.class - [JAR]

├─ io.github.icefrozen.attempt.exception.BeanInstantiationException.class - [JAR]

├─ io.github.icefrozen.attempt.exception.FormativeException.class - [JAR]

├─ io.github.icefrozen.attempt.exception.NotImplementedException.class - [JAR]

├─ io.github.icefrozen.attempt.exception.OriginExceptionWrapper.class - [JAR]

├─ io.github.icefrozen.attempt.exception.ParameterFormatter.class - [JAR]

├─ io.github.icefrozen.attempt.exception.ProxyException.class - [JAR]

├─ io.github.icefrozen.attempt.exception.SneakyExceptionUtil.class - [JAR]

├─ io.github.icefrozen.attempt.exception.TargetMethodException.class - [JAR]

io.github.icefrozen.attempt

├─ io.github.icefrozen.attempt.AbstractAttemptContext.class - [JAR]

├─ io.github.icefrozen.attempt.Attempt.class - [JAR]

├─ io.github.icefrozen.attempt.AttemptBuilder.class - [JAR]

├─ io.github.icefrozen.attempt.AttemptBuilderFactory.class - [JAR]

├─ io.github.icefrozen.attempt.AttemptContext.class - [JAR]

├─ io.github.icefrozen.attempt.AttemptConvert.class - [JAR]

├─ io.github.icefrozen.attempt.AttemptException.class - [JAR]

├─ io.github.icefrozen.attempt.AttemptExecutor.class - [JAR]

├─ io.github.icefrozen.attempt.AttemptRecord.class - [JAR]

├─ io.github.icefrozen.attempt.AttemptResult.class - [JAR]

├─ io.github.icefrozen.attempt.AttemptResultContainer.class - [JAR]

├─ io.github.icefrozen.attempt.AttemptStatus.class - [JAR]

├─ io.github.icefrozen.attempt.BaseAttemptPropertyViewer.class - [JAR]

├─ io.github.icefrozen.attempt.DefaultAttemptProperty.class - [JAR]

io.github.icefrozen.attempt.backofpolicy

├─ io.github.icefrozen.attempt.backofpolicy.BackOffPolicy.class - [JAR]

├─ io.github.icefrozen.attempt.backofpolicy.FixedSleepingBackOffPolicy.class - [JAR]

├─ io.github.icefrozen.attempt.backofpolicy.NoBackOffPolicy.class - [JAR]

├─ io.github.icefrozen.attempt.backofpolicy.RangeDescSleepingBackOffPolicy.class - [JAR]

├─ io.github.icefrozen.attempt.backofpolicy.SleepingBackOffPolicy.class - [JAR]

io.github.icefrozen.attempt.invoker

├─ io.github.icefrozen.attempt.invoker.AttemptInvoker.class - [JAR]

├─ io.github.icefrozen.attempt.invoker.Invoker.class - [JAR]

├─ io.github.icefrozen.attempt.invoker.PollingAttemptInvoker.class - [JAR]

├─ io.github.icefrozen.attempt.invoker.RetryAttemptInvoker.class - [JAR]

├─ io.github.icefrozen.attempt.invoker.ThrowSafetyFunctionInvoker.class - [JAR]

├─ io.github.icefrozen.attempt.invoker.ThrowSafetyFunctionInvokerRunner.class - [JAR]

├─ io.github.icefrozen.attempt.invoker.ThrowSafetyFunctionInvokerSupplier.class - [JAR]

io.github.icefrozen.attempt.strategy

├─ io.github.icefrozen.attempt.strategy.AbstractAttemptStrategy.class - [JAR]

├─ io.github.icefrozen.attempt.strategy.AttemptStrategy.class - [JAR]

├─ io.github.icefrozen.attempt.strategy.PollingAttemptStrategy.class - [JAR]

├─ io.github.icefrozen.attempt.strategy.RetryAttemptStrategy.class - [JAR]

io.github.icefrozen.attempt.util

├─ io.github.icefrozen.attempt.util.BeanUtils.class - [JAR]

├─ io.github.icefrozen.attempt.util.Convert.class - [JAR]

├─ io.github.icefrozen.attempt.util.ExceptionClassifier.class - [JAR]

├─ io.github.icefrozen.attempt.util.FixSizePriorityQueue.class - [JAR]

├─ io.github.icefrozen.attempt.util.SecurityThreadWaitSleeper.class - [JAR]