Interface ErrorWebRouter.Configurer<A extends ExchangeContext>

Type Parameters:
A - the exchange context type
All Known Implementing Classes:
WhiteLabelErrorRoutesConfigurer
Enclosing interface:
ErrorWebRouter<A extends ExchangeContext>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ErrorWebRouter.Configurer<A extends ExchangeContext>

A configurer used to configure error Web routes in a Web server.

Since:
1.12
Author:
Jeremy Kuhn
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configures error Web routes.
  • Method Details

    • configure

      void configure(ErrorWebRouter<A> routes)

      Configures error Web routes.

      Parameters:
      routes - the error Web router to use to define error Web routes