public class InterceptorEntity<C,R> extends Object implements Interceptor<C,R>
| 构造器和说明 |
|---|
InterceptorEntity(int index,
Interceptor<C,R> real) |
public InterceptorEntity(int index,
Interceptor<C,R> real)
public int getIndex()
public Interceptor<C,R> getReal()
public void doIntercept(Payload<C,R> payload, InterceptorChain chain)
doIntercept 在接口中 Interceptor<C,R>payload - 事件装载chain - 拦截链Copyright © 2023. All rights reserved.