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