- All Superinterfaces:
- IHandler<IAppRequestContext>
public interface IAppHandler
extends IHandler<IAppRequestContext>
The only purpose of this interface is to make it
easier to declare an handler as "IAppHandler"
instead of "IHandler<IAppRequestContext>".