public class InterceptorChain<C,R> extends Object
| Constructor and Description |
|---|
InterceptorChain(List<InterceptorEntity> interceptors,
List<TopicListenerHolder<C,R>> targets) |
| Modifier and Type | Method and Description |
|---|---|
void |
doIntercept(Payload<C,R> payload)
拦截
|
List<TopicListenerHolder<C,R>> |
getTargets() |
public InterceptorChain(List<InterceptorEntity> interceptors, List<TopicListenerHolder<C,R>> targets)
Copyright © 2025. All rights reserved.