- java.lang.Object
-
- colesico.framework.service.InterceptorsChain<T,R>
-
public final class InterceptorsChain<T,R> extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInterceptorsChain.Interception<T,R,P>
-
Constructor Summary
Constructors Constructor Description InterceptorsChain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <P> voidadd(Interceptor<T,R> interceptor, P parameters)InterceptorsChain.Interceptionnext()
-
-
-
Method Detail
-
add
public <P> void add(Interceptor<T,R> interceptor, P parameters)
-
next
public InterceptorsChain.Interception next()
-
-