public class InterceptorChain<C,R> extends Object
InterceptorChain(List<InterceptorEntity> interceptors)
void
doIntercept(Payload<C,R> payload)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InterceptorChain(List<InterceptorEntity> interceptors)
public void doIntercept(Payload<C,R> payload)
Copyright © 2023. All rights reserved.