@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, propagateTostatic final AroundTryHook BASE
TryExecutionResult aroundTry(TryLifecycleContext context, TryExecutor aTry, java.util.List<java.lang.Object> parameters) throws java.lang.Throwable
java.lang.Throwabledefault int compareTo(AroundTryHook other)
default int aroundTryProximity()