@API(status=EXPERIMENTAL, since="1.2.3") @FunctionalInterface public interface AroundTryHook extends LifecycleHook
Modifier and Type | Field and Description |
---|---|
static AroundTryHook |
BASE |
Modifier and Type | Method and Description |
---|---|
TryExecutionResult |
aroundTry(TryLifecycleContext context,
TryExecutor aTry,
java.util.List<java.lang.Object> parameters) |
default int |
aroundTryProximity() |
default int |
compareTo(AroundTryHook other) |
appliesTo, propagateTo
static final AroundTryHook BASE
TryExecutionResult aroundTry(TryLifecycleContext context, TryExecutor aTry, java.util.List<java.lang.Object> parameters) throws java.lang.Throwable
java.lang.Throwable
default int compareTo(AroundTryHook other)
default int aroundTryProximity()