Class CommandInterceptorChain.ResolvedChain
java.lang.Object
tech.guilhermekaua.spigotboot.commands.interceptor.CommandInterceptorChain.ResolvedChain
- Enclosing class:
- CommandInterceptorChain
-
Method Summary
Modifier and TypeMethodDescriptionvoidafter(CommandExecutionContext context, CommandInvocationPlan invocation, Object result) before(CommandExecutionContext context, CommandInvocationPlan invocation) voidonError(CommandExecutionContext context, CommandInvocationPlan invocation, Throwable throwable)
-
Method Details
-
before
public CommandExecutionDecision before(CommandExecutionContext context, CommandInvocationPlan invocation) -
after
public void after(CommandExecutionContext context, CommandInvocationPlan invocation, Object result) throws Throwable - Throws:
Throwable
-
onError
public void onError(CommandExecutionContext context, CommandInvocationPlan invocation, Throwable throwable)
-