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 static Set<ChangeStreamWebSocketSession>GuavaHashMultimapSingleton. get(SessionKey key)Methods in org.restheart.mongodb.handlers.changestreams with parameters of type ChangeStreamWebSocketSession Modifier and Type Method Description static booleanGuavaHashMultimapSingleton. add(SessionKey key, ChangeStreamWebSocketSession session)static booleanGuavaHashMultimapSingleton. remove(SessionKey key, ChangeStreamWebSocketSession session)
-