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

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

There is a newer version: 0.9.28
Show newest version
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