@ApplicationScoped public class CircuitBreakerService extends Object
Each test service is replicated several times so that each test uses a separate circuit breaker
Constructor and Description |
---|
CircuitBreakerService() |
Modifier and Type | Method and Description |
---|---|
void |
serviceA1(Throwable exception) |
void |
serviceA2(Throwable exception) |
void |
serviceA3(Throwable exception) |
void |
serviceA4(Throwable exception) |
void |
serviceA5(Throwable exception) |
void |
serviceA6(Throwable exception) |
void |
serviceA7(Throwable exception) |
void |
serviceA8(Throwable exception) |
void |
serviceA9(Throwable exception) |
void |
serviceB1(Throwable exception) |
void |
serviceB2(Throwable exception) |
void |
serviceB3(Throwable exception) |
void |
serviceB4(Throwable exception) |
void |
serviceB5(Throwable exception) |
void |
serviceB6(Throwable exception) |
void |
serviceB7(Throwable exception) |
void |
serviceB8(Throwable exception) |
void |
serviceB9(Throwable exception) |
void |
serviceC1(Throwable exception) |
void |
serviceC2(Throwable exception) |
void |
serviceC3(Throwable exception) |
void |
serviceC4(Throwable exception) |
void |
serviceC5(Throwable exception) |
void |
serviceC6(Throwable exception) |
void |
serviceC7(Throwable exception) |
void |
serviceC8(Throwable exception) |
void |
serviceC9(Throwable exception) |
@CircuitBreaker(failOn={E0.class,E2.class}, skipOn=E1.class, requestVolumeThreshold=1, delay=20000L) public void serviceA1(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E0.class,E2.class}, skipOn=E1.class, requestVolumeThreshold=1, delay=20000L) public void serviceA2(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E0.class,E2.class}, skipOn=E1.class, requestVolumeThreshold=1, delay=20000L) public void serviceA3(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E0.class,E2.class}, skipOn=E1.class, requestVolumeThreshold=1, delay=20000L) public void serviceA4(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E0.class,E2.class}, skipOn=E1.class, requestVolumeThreshold=1, delay=20000L) public void serviceA5(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E0.class,E2.class}, skipOn=E1.class, requestVolumeThreshold=1, delay=20000L) public void serviceA6(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E0.class,E2.class}, skipOn=E1.class, requestVolumeThreshold=1, delay=20000L) public void serviceA7(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E0.class,E2.class}, skipOn=E1.class, requestVolumeThreshold=1, delay=20000L) public void serviceA8(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E0.class,E2.class}, skipOn=E1.class, requestVolumeThreshold=1, delay=20000L) public void serviceA9(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={java.lang.Exception.class,E1.class}, skipOn={E0.class,E2.class}, requestVolumeThreshold=1, delay=20000L) public void serviceB1(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={java.lang.Exception.class,E1.class}, skipOn={E0.class,E2.class}, requestVolumeThreshold=1, delay=20000L) public void serviceB2(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={java.lang.Exception.class,E1.class}, skipOn={E0.class,E2.class}, requestVolumeThreshold=1, delay=20000L) public void serviceB3(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={java.lang.Exception.class,E1.class}, skipOn={E0.class,E2.class}, requestVolumeThreshold=1, delay=20000L) public void serviceB4(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={java.lang.Exception.class,E1.class}, skipOn={E0.class,E2.class}, requestVolumeThreshold=1, delay=20000L) public void serviceB5(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={java.lang.Exception.class,E1.class}, skipOn={E0.class,E2.class}, requestVolumeThreshold=1, delay=20000L) public void serviceB6(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={java.lang.Exception.class,E1.class}, skipOn={E0.class,E2.class}, requestVolumeThreshold=1, delay=20000L) public void serviceB7(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={java.lang.Exception.class,E1.class}, skipOn={E0.class,E2.class}, requestVolumeThreshold=1, delay=20000L) public void serviceB8(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={java.lang.Exception.class,E1.class}, skipOn={E0.class,E2.class}, requestVolumeThreshold=1, delay=20000L) public void serviceB9(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E1.class,E2.class}, skipOn=E0.class, requestVolumeThreshold=1, delay=20000L) public void serviceC1(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E1.class,E2.class}, skipOn=E0.class, requestVolumeThreshold=1, delay=20000L) public void serviceC2(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E1.class,E2.class}, skipOn=E0.class, requestVolumeThreshold=1, delay=20000L) public void serviceC3(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E1.class,E2.class}, skipOn=E0.class, requestVolumeThreshold=1, delay=20000L) public void serviceC4(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E1.class,E2.class}, skipOn=E0.class, requestVolumeThreshold=1, delay=20000L) public void serviceC5(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E1.class,E2.class}, skipOn=E0.class, requestVolumeThreshold=1, delay=20000L) public void serviceC6(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E1.class,E2.class}, skipOn=E0.class, requestVolumeThreshold=1, delay=20000L) public void serviceC7(Throwable exception) throws Throwable
Throwable
@CircuitBreaker(failOn={E1.class,E2.class}, skipOn=E0.class, requestVolumeThreshold=1, delay=20000L) public void serviceC8(Throwable exception) throws Throwable
Throwable
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.