Interface WebExchange.Configurer<A extends ExchangeContext>

Type Parameters:
A - the exchange context type
Enclosing interface:
WebExchange<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 WebExchange.Configurer<A extends ExchangeContext>

A Web exchange configurer.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(WebExchange<? extends A> exchange)
    Configures the specified exchange.
  • Method Details

    • configure

      void configure(WebExchange<? extends A> exchange)

      Configures the specified exchange.

      Parameters:
      exchange - the exchange to configure