public interface WebsocketRouteFactory<R extends RequestContext<?>,W extends WebsocketContext<?>>
| Modifier and Type | Method and Description |
|---|---|
WebsocketRoute<R,W> |
createRoute(boolean isSpicastCoreRouteOrPluginRoute,
String id,
String path,
List<Handler<R>> beforeFilters,
Set<String> filterIdsToSkip,
WebsocketController<R,W> websocketController) |
Copyright © 2018. All rights reserved.