public class SpringCmpAroundAspect extends Object implements CmpAroundAspect
| Constructor and Description |
|---|
SpringCmpAroundAspect() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterProcess(NodeComponent cmp) |
void |
beforeProcess(NodeComponent cmp) |
void |
onError(NodeComponent cmp,
Exception e) |
void |
onSuccess(NodeComponent cmp) |
int |
priority() |
public void beforeProcess(NodeComponent cmp)
beforeProcess in interface CmpAroundAspectpublic void afterProcess(NodeComponent cmp)
afterProcess in interface CmpAroundAspectpublic void onSuccess(NodeComponent cmp)
onSuccess in interface CmpAroundAspectpublic void onError(NodeComponent cmp, Exception e)
onError in interface CmpAroundAspectpublic int priority()
priority in interface SpiPriorityCopyright © 2025. All rights reserved.