Methods
Modifier and Type |
Method and Description |
static org.qi4j.functional.Specification<Throwable> |
in(Class<? extends Throwable>... throwables)
Allow all throwables that are equal to or subclasses of given list of throwables.
|
static org.qi4j.functional.Specification<Throwable> |
rootCause(org.qi4j.functional.Specification<Throwable> specification) |
static <Item,ReceiverThrowable extends Throwable> org.qi4j.io.Output<Item,ReceiverThrowable> |
withBreaker(CircuitBreaker breaker,
org.qi4j.io.Output<Item,ReceiverThrowable> output) |