Uses of Class
org.restheart.mongodb.handlers.changestreams.ChangeStreamWebSocketSession
-
Packages that use ChangeStreamWebSocketSession Package Description org.restheart.mongodb.handlers.changestreams -
-
Uses of ChangeStreamWebSocketSession in org.restheart.mongodb.handlers.changestreams
Methods in org.restheart.mongodb.handlers.changestreams that return types with arguments of type ChangeStreamWebSocketSession Modifier and Type Method Description Set<ChangeStreamWebSocketSession>WebSocketSessionsRegistry. get(SessionKey key)Methods in org.restheart.mongodb.handlers.changestreams with parameters of type ChangeStreamWebSocketSession Modifier and Type Method Description booleanWebSocketSessionsRegistry. add(SessionKey key, ChangeStreamWebSocketSession session)booleanWebSocketSessionsRegistry. remove(SessionKey key, ChangeStreamWebSocketSession session)
-