@ServerSide @TestContext public abstract class AbstractTokenBasedTopicSubscribeInterceptor<M extends Serializable> extends AbstractInterceptor
| 构造器和说明 |
|---|
AbstractTokenBasedTopicSubscribeInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
accept_(DefinitionContext context) |
Object |
after(DefinitionContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Object result) |
protected abstract boolean |
check() |
int |
getOrder() |
protected abstract MessageFilter<M> |
subscribe() |
accept, before, getContext, isServiceMethod, onErrorpublic AbstractTokenBasedTopicSubscribeInterceptor()
protected boolean accept_(DefinitionContext context)
accept_ 在类中 AbstractInterceptorprotected abstract MessageFilter<M> subscribe()
protected abstract boolean check()
public final Object after(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result)
after 在接口中 ConcreteInterceptorafter 在类中 AbstractInterceptorpublic int getOrder()
Copyright © 2022. All rights reserved.