org.spincast.plugins.routing.IDefaultRouter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-plugins-routing Show documentation
Show all versions of spincast-plugins-routing Show documentation
The default Spincast Routing plugin
The newest version!
package org.spincast.plugins.routing;
import org.spincast.core.exchange.IDefaultRequestContext;
import org.spincast.core.routing.IRouter;
import org.spincast.core.websocket.IDefaultWebsocketContext;
/**
* Unparameterized default router interface to easily use a router with the
* default request context class.
*
* It's easier to inject "IDefaultRouter" than "IRouter<IDefaultRequestContext, IDefaultWebsocketContext>"
* for a quick application.
*/
public interface IDefaultRouter extends IRouter {
// nothing required
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy