
org.spincast.website.exchange.AppRouter Maven / Gradle / Ivy
package org.spincast.website.exchange;
import org.spincast.core.routing.Router;
import org.spincast.core.websocket.DefaultWebsocketContext;
/**
* The only purpose of this interface is to make it
* easier to inject the application specific router by using
* "AppRouter" instead of "Router<AppRequestContext, DefaultWebsocketContext>".
*/
public interface AppRouter extends Router {
// nothing required
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy