Class FallbackMethodCandidates
- java.lang.Object
-
- io.smallrye.faulttolerance.internal.FallbackMethodCandidates
-
public final class FallbackMethodCandidates extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FallbackMethodCandidatescreate(InterceptionPoint point, String fallbackMethodName, boolean allowExceptionParam)booleanisEmpty()FallbackMethodselect(Class<? extends Throwable> exceptionType)
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
select
public FallbackMethod select(Class<? extends Throwable> exceptionType)
-
create
public static FallbackMethodCandidates create(InterceptionPoint point, String fallbackMethodName, boolean allowExceptionParam)
-
-