public interface IWebsocketRouteFactory<R extends IRequestContext<?>,W extends IWebsocketContext<?>>
| Modifier and Type | Method and Description |
|---|---|
IWebsocketRoute<R,W> |
createRoute(String id,
String path,
List<IHandler<R>> beforeFilters,
IWebsocketController<R,W> websocketController) |
Copyright © 2016. All rights reserved.