Interface WebSocketRoute
- All Known Subinterfaces:
WebSocketRouteWritable
public interface WebSocketRoute
WebSocketRoute 路由只保存状态不做行为处理
-
Method Summary
Modifier and TypeMethodDescriptionhandler()static WebSocketRouteWritableof()intorder()path()
-
Method Details
-
of
-
path
String path() -
pathMatcher
PathMatcher pathMatcher() -
order
int order() -
handler
Consumer<WebSocketRoutingContext> handler()
-