Uses of Class
org.restheart.mongodb.handlers.changestreams.SessionKey
-
Packages that use SessionKey Package Description org.restheart.mongodb.handlers.changestreams -
-
Uses of SessionKey in org.restheart.mongodb.handlers.changestreams
Fields in org.restheart.mongodb.handlers.changestreams with type parameters of type SessionKey Modifier and Type Field Description static Set<SessionKey>GetChangeStreamHandler. OPENED_STREAMSMethods in org.restheart.mongodb.handlers.changestreams that return SessionKey Modifier and Type Method Description SessionKeyChangeStreamNotification. getSessionKey()SessionKeyChangeStreamWebSocketSession. getSessionKey()Methods in org.restheart.mongodb.handlers.changestreams with parameters of type SessionKey Modifier and Type Method Description static booleanGuavaHashMultimapSingleton. add(SessionKey key, ChangeStreamWebSocketSession session)static Set<ChangeStreamWebSocketSession>GuavaHashMultimapSingleton. get(SessionKey key)static booleanGuavaHashMultimapSingleton. remove(SessionKey key, ChangeStreamWebSocketSession session)Constructors in org.restheart.mongodb.handlers.changestreams with parameters of type SessionKey Constructor Description ChangeStreamNotification(SessionKey sessionKey, String notificationMessage)ChangeStreamSubscriber(SessionKey sessionKey)ChangeStreamWebSocketSession(io.undertow.websockets.core.WebSocketChannel channel, SessionKey sessionKey)
-