Interface WebInterceptorsConfigurer<A extends ExchangeContext>

Type Parameters:
A - the type of the exchange context

public interface WebInterceptorsConfigurer<A extends ExchangeContext>

A configurer used to configure interceptors in a web router.

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

    Modifier and Type
    Method
    Description
    void
    configure(WebInterceptable<A,?> interceptors)
    Configures interceptors.
  • Method Details

    • configure

      void configure(WebInterceptable<A,?> interceptors)

      Configures interceptors.

      Parameters:
      interceptors - the web interceptable to configure