Uses of Interface
org.spincast.quickstart.exchange.AppRouter
Packages that use AppRouter
-
Uses of AppRouter in org.spincast.quickstart
Methods in org.spincast.quickstart with parameters of type AppRouterModifier and TypeMethodDescriptionprotected voidApp.addRoutes(AppRouter router, AppController ctrl, org.spincast.core.filters.SpincastFilters<AppRequestContext> spincastFilters) Route definitionsprotected voidApp.init(org.spincast.core.server.Server server, AppConfig config, AppRouter router, AppController appController, org.spincast.core.filters.SpincastFilters<AppRequestContext> spincastFilters) Init method, automatically called when the Guice context is ready. -
Uses of AppRouter in org.spincast.quickstart.exchange
Classes in org.spincast.quickstart.exchange that implement AppRouterModifier and TypeClassDescriptionclassThe only purpose of this class is to make it easier to inject the application specific Router by using "AppRouter" instead of "Router<AppRequestContext, AppWebsocketContext>".