Interface ExchangeHandler<A extends ExchangeContext,B extends Exchange<A>>

Type Parameters:
A - the type of the exchange context
B - the type of exchange handled by the handler
All Superinterfaces:
ReactiveExchangeHandler<A,B>
All Known Subinterfaces:
ErrorRouter<A,B,C,D,E,F,G,H>, ErrorWebRouter<A>, Router<A,B,C,D,E,F,G,H>, WebRouter<A>
All Known Implementing Classes:
FormLoginPageHandler, LoginActionHandler, LogoutActionHandler, StaticHandler
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 interface ExchangeHandler<A extends ExchangeContext,B extends Exchange<A>> extends ReactiveExchangeHandler<A,B>

An exchange handler is used to handle server exchanges.

Since:
1.0
Author:
Jeremy Kuhn
See Also: