Interface ErrorWebInterceptorManager<A extends ExchangeContext,B extends ErrorWebInterceptable<A,B>>

Type Parameters:
A - the type of the exchange context
B - the type of Error Web interceptable
All Superinterfaces:
ErrorInterceptorManager<A,ErrorWebExchange<A>,B,ErrorWebInterceptorManager<A,B>>, InterceptorManager<A,ErrorWebExchange<A>,B,ErrorWebInterceptorManager<A,B>>

public interface ErrorWebInterceptorManager<A extends ExchangeContext,B extends ErrorWebInterceptable<A,B>> extends ErrorInterceptorManager<A,ErrorWebExchange<A>,B,ErrorWebInterceptorManager<A,B>>

An error web interceptor manager is used to define interceptors in an error web router.

It is created by an error web router and allows to define interceptors in an error web intercepted router.

Since:
1.5
Author:
Jeremy Kuhn