Package org.spincast.quickstart.exchange
Interface AppHandler
- All Superinterfaces:
org.spincast.core.routing.Handler<AppRequestContext>
The only purpose of this interface is to make it
easier to declare a Route Handler as "AppHandler"
instead of "Handler<AppRequestContext>".
-
Method Summary
Methods inherited from interface org.spincast.core.routing.Handler
handle