Interface PreChainAction
- All Superinterfaces:
BambooPluginModule
Custom action that runs before the
Chain
has started executing- Since:
- 2.7
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(@NotNull ImmutableChain chain, @NotNull ChainExecution chainExecution) Executes the custom action
-
Method Details
-
execute
void execute(@NotNull @NotNull ImmutableChain chain, @NotNull @NotNull ChainExecution chainExecution) throws InterruptedException, Exception Executes the custom action- Throws:
InterruptedException
Exception
- Since:
- 7.1
-