org.spincast.website.exchange.IAppRouter Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of spincast-website Show documentation
                Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
                
            package org.spincast.website.exchange;
import org.spincast.core.routing.IRouter;
import org.spincast.core.websocket.IDefaultWebsocketContext;
/**
 * The only purpose of this interface is to make it
 * easier to inject the application specific router by using
 * "IAppRouter" instead of "IRouter<IAppRequestContext, IDefaultWebsocketContext>".
 */
public interface IAppRouter extends IRouter {
    // nothing required
}
     © 2015 - 2025 Weber Informatics LLC | Privacy Policy