jar

org.rnorth.duct-tape : duct-tape

Maven & Gradle

Apr 28, 2019
11 usages
73 stars

Duct Tape · General purpose resilience utilities for Java 8 (circuit breakers, timeouts, rate limiters, and handlers for unreliable or inconsistent results)

Table Of Contents

Latest Version

Download org.rnorth.duct-tape : duct-tape JAR file - Latest Versions:

All Versions

Download org.rnorth.duct-tape : duct-tape JAR file - All Versions:

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

org.rnorth.ducttape.inconsistents

├─ org.rnorth.ducttape.inconsistents.InconsistentResultsException.class - [JAR]

├─ org.rnorth.ducttape.inconsistents.Inconsistents.class - [JAR]

├─ org.rnorth.ducttape.inconsistents.ResultsNeverConsistentException.class - [JAR]

org.rnorth.ducttape.unreliables

├─ org.rnorth.ducttape.unreliables.Unreliables.class - [JAR]

org.rnorth.ducttape.circuitbreakers

├─ org.rnorth.ducttape.circuitbreakers.Breaker.class - [JAR]

├─ org.rnorth.ducttape.circuitbreakers.BreakerBuilder.class - [JAR]

├─ org.rnorth.ducttape.circuitbreakers.DefaultBreaker.class - [JAR]

├─ org.rnorth.ducttape.circuitbreakers.MapBackedStateStore.class - [JAR]

├─ org.rnorth.ducttape.circuitbreakers.SimpleStateStore.class - [JAR]

├─ org.rnorth.ducttape.circuitbreakers.State.class - [JAR]

├─ org.rnorth.ducttape.circuitbreakers.StateStore.class - [JAR]

├─ org.rnorth.ducttape.circuitbreakers.TimeSource.class - [JAR]

org.rnorth.ducttape.timeouts

├─ org.rnorth.ducttape.timeouts.Timeouts.class - [JAR]

org.rnorth.ducttape

├─ org.rnorth.ducttape.Preconditions.class - [JAR]

├─ org.rnorth.ducttape.RetryCountExceededException.class - [JAR]

├─ org.rnorth.ducttape.TimeoutException.class - [JAR]

org.rnorth.ducttape.ratelimits

├─ org.rnorth.ducttape.ratelimits.ConstantThroughputRateLimiter.class - [JAR]

├─ org.rnorth.ducttape.ratelimits.RateLimiter.class - [JAR]

├─ org.rnorth.ducttape.ratelimits.RateLimiterBuilder.class - [JAR]

Advertisement