| Package | Description |
|---|---|
| net.secodo.jcircuitbreaker | |
| net.secodo.jcircuitbreaker.breaker | |
| net.secodo.jcircuitbreaker.breaker.impl | |
| net.secodo.jcircuitbreaker.breakhandler.impl |
| Modifier and Type | Method and Description |
|---|---|
static <R,U> R |
JCircuitBreaker.execute(Callable<R> task,
BreakStrategy breakStrategy,
BreakHandler<R> breakHandler) |
static <R,U> R |
JCircuitBreaker.execute(Callable<R> task,
BreakStrategy breakStrategy,
BreakHandler<R> breakHandler,
U userData) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
CircuitBreaker.execute(Callable<R> task,
BreakStrategy breakStrategy,
BreakHandler<R> breakHandler) |
<R,U> R |
CircuitBreaker.execute(Callable<R> task,
BreakStrategy breakStrategy,
BreakHandler<R> breakHandler,
U userData) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
DefaultCircuitBreaker.execute(Callable<R> task,
BreakStrategy breakStrategy,
BreakHandler<R> breakHandler) |
<R,U> R |
DefaultCircuitBreaker.execute(Callable<R> task,
BreakStrategy breakStrategy,
BreakHandler<R> breakHandler,
U userData) |
| Constructor and Description |
|---|
FixedCircuitBreaker(BreakStrategy breakStrategy,
BreakHandler<R> breakHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionThrowingHandler<R> |
class |
RetryHandler<R> |
class |
ReturnStaticValueHandler<R> |
Copyright © 2017. All rights reserved.