java.lang.Object
io.helidon.microprofile.tyrus.TyrusRouting
- All Implemented Interfaces:
Routing
,ServerLifecycle
Routing class for Tyrus.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TyrusRouting.Builder
builder()
Builder for WebSocket routing.static TyrusRouting
empty()
Emtpy WebSocket routing.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.helidon.webserver.ServerLifecycle
afterStop, beforeStart
-
Method Details
-
routingType
Description copied from interface:Routing
- Specified by:
routingType
in interfaceRouting
- Returns:
- this routing type
-
builder
Builder for WebSocket routing.- Returns:
- new builder
-
empty
Emtpy WebSocket routing.- Returns:
- empty routing
-