接口 ConcreteInterceptor
- 所有超级接口:
InterceptOrdered
- 所有已知子接口:
ConcreteSyncInterceptor
- 所有已知实现类:
AbstractInterceptor,AbstractSignatureInterceptor,AbstractSyncInterceptor,AbstractSyncInterceptor.InnerSyncInterceptor,AbstractTokenBasedTopicSubscribeInterceptor,AsyncInterceptorChain,BeanValidationInterceptor,DefaultTokenBasedTopicSubscribeInterceptor,DeprecatedCheckInterceptor,LicenseCheckInterceptor,LimitingInterceptor,ProductionValidationInterceptor,RBACInterceptor,ServiceTimingInterceptor,SignatureInterceptor,SyncInterceptorChain
Created by davidoff shen on 2017-03-09.
-
方法概要
修饰符和类型方法说明booleanaccept(DefinitionContext context) after(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result) voidbefore(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) onError(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Throwable th) 从接口继承的方法 org.coodex.concrete.core.intercept.InterceptOrdered
getOrder
-
方法详细资料
-
accept
-
before
-
after
Object after(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result) -
onError
Throwable onError(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Throwable th)
-