Interface ErrorWebRoutesConfigurer<A extends ExchangeContext>

Type Parameters:
A - the type of the exchange context

public interface ErrorWebRoutesConfigurer<A extends ExchangeContext>

A configurer used to configure routes in an Error Web router.

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

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

    • configure

      void configure(ErrorWebRoutable<A,?> routes)

      Configures error web routes.

      Parameters:
      routes - the error web routable to configure