Uses of Class
org.restheart.mongodb.handlers.changestreams.SessionKey
Packages that use SessionKey
-
Uses of SessionKey in org.restheart.mongodb.handlers.changestreams
Methods in org.restheart.mongodb.handlers.changestreams that return SessionKeyModifier and TypeMethodDescriptionChangeStreamNotification.getSessionKey()ChangeStreamWebSocketSession.getSessionKey()Methods in org.restheart.mongodb.handlers.changestreams that return types with arguments of type SessionKeyModifier and TypeMethodDescriptionChangeStreamsRegistry.getSessionKeysOnCollection(String db, String coll)ChangeStreamsRegistry.getSessionKeysOnDb(String db)ChangeStreamsRegistry.getSessionKeysOnOperation(String db, String coll, String operation)ChangeStreamsRegistry.keySet()WebSocketSessionsRegistry.keySet()Methods in org.restheart.mongodb.handlers.changestreams with parameters of type SessionKeyModifier and TypeMethodDescriptionbooleanWebSocketSessionsRegistry.add(SessionKey key, ChangeStreamWebSocketSession session)booleanChangeStreamsRegistry.containsKey(SessionKey key)ChangeStreamsRegistry.get(SessionKey key)WebSocketSessionsRegistry.get(SessionKey key)ChangeStreamsRegistry.put(SessionKey key, SessionInfo info)ChangeStreamsRegistry.remove(SessionKey key)booleanWebSocketSessionsRegistry.remove(SessionKey key, ChangeStreamWebSocketSession session)Constructors in org.restheart.mongodb.handlers.changestreams with parameters of type SessionKeyModifierConstructorDescriptionChangeStreamNotification(SessionKey sessionKey, String notificationMessage)ChangeStreamSubscriber(SessionKey sessionKey)ChangeStreamWebSocketSession(io.undertow.websockets.core.WebSocketChannel channel, SessionKey sessionKey)