Interface WebRoutesConfigurer<A extends ExchangeContext>

Type Parameters:
A - the type of the exchange context
All Known Implementing Classes:
OpenApiRoutesConfigurer, WebJarsRoutesConfigurer

public interface WebRoutesConfigurer<A extends ExchangeContext>

A configurer used to configure routes in a Web router.

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

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

    • configure

      void configure(WebRoutable<A,?> routes)

      Configures routes.

      Parameters:
      routes - the web routable to configure