@Contract
public interface ComponentInvocationHandler
| Modifier and Type | Method and Description |
|---|---|
void |
afterPostInvoke(ComponentInvocation.ComponentInvocationType type,
ComponentInvocation prev,
ComponentInvocation cur)
Called after the curInv has been popped from the invocation stack.
|
void |
afterPreInvoke(ComponentInvocation.ComponentInvocationType type,
ComponentInvocation prev,
ComponentInvocation cur)
Called after the cur has been pushed into the invocation stack.
|
void |
beforePostInvoke(ComponentInvocation.ComponentInvocationType type,
ComponentInvocation prev,
ComponentInvocation cur)
Called before the cur has been popped from the invocation stack.
|
void |
beforePreInvoke(ComponentInvocation.ComponentInvocationType type,
ComponentInvocation prev,
ComponentInvocation cur)
Called before the cur is pushed into the invocation stack.
|
void beforePreInvoke(ComponentInvocation.ComponentInvocationType type, ComponentInvocation prev, ComponentInvocation cur) throws InvocationException
InvocationExceptionvoid afterPreInvoke(ComponentInvocation.ComponentInvocationType type, ComponentInvocation prev, ComponentInvocation cur) throws InvocationException
InvocationExceptionvoid beforePostInvoke(ComponentInvocation.ComponentInvocationType type, ComponentInvocation prev, ComponentInvocation cur) throws InvocationException
InvocationExceptionvoid afterPostInvoke(ComponentInvocation.ComponentInvocationType type, ComponentInvocation prev, ComponentInvocation cur) throws InvocationException
InvocationExceptionCopyright © 2021. All rights reserved.