Interface ErrorWebInterceptorsConfigurer<A extends ExchangeContext>

Type Parameters:
A - the type of the exchange context

public interface ErrorWebInterceptorsConfigurer<A extends ExchangeContext>

A configurer used to configure interceptors in an error web router.

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

    Modifier and Type
    Method
    Description
    void
    Configures error web interceptors.
  • Method Details

    • configure

      void configure(ErrorWebInterceptable<A,?> interceptors)

      Configures error web interceptors.

      Parameters:
      interceptors - the interceptable to configure