Interface ErrorRouterConfigurer<A extends ExchangeContext,B extends ErrorExchange<A>,C extends ErrorRouter<A,B,C,D,E,F,G,H>,D extends ErrorInterceptedRouter<A,B,C,D,E,F,G,H>,E extends ErrorRouteManager<A,B,C,E,H>,F extends ErrorRouteManager<A,B,D,F,H>,G extends ErrorInterceptorManager<A,B,D,G>,H extends InterceptableRoute<A,B>>

Type Parameters:
A - the type of the exchange context
B - the type of error exchange handled by the route
C - the error router type
D - the intercepted error router type
E - the error route manager type
F - the intercepted error route manager type
G - the error interceptor manager type
H - the interceptable route type
All Known Subinterfaces:
ErrorWebRouterConfigurer<A>, WebServerControllerConfigurer<A>

public interface ErrorRouterConfigurer<A extends ExchangeContext,B extends ErrorExchange<A>,C extends ErrorRouter<A,B,C,D,E,F,G,H>,D extends ErrorInterceptedRouter<A,B,C,D,E,F,G,H>,E extends ErrorRouteManager<A,B,C,E,H>,F extends ErrorRouteManager<A,B,D,F,H>,G extends ErrorInterceptorManager<A,B,D,G>,H extends InterceptableRoute<A,B>>

Base error router configurer interface.

An error router configurer is used to configure interceptors and routes in an error router.

Since:
1.3
Author:
Jeremy Kuhn
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(C errorRouter)
    Configures the specified error router.
  • Method Details

    • configure

      void configure(C errorRouter)

      Configures the specified error router.

      Parameters:
      errorRouter - the error router to configure