All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.spincast.website.exchange.AppRouter Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy