Class SessionInfo
- java.lang.Object
-
- org.restheart.mongodb.handlers.changestreams.SessionInfo
-
public class SessionInfo extends Object
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
-
Constructor Summary
Constructors Constructor Description SessionInfo(MongoRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetChangeStreamOperation()StringgetCollection()StringgetDb()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
SessionInfo
public SessionInfo(MongoRequest request)
-
-