Class ChangeStreamNotification
- java.lang.Object
-
- org.restheart.mongodb.handlers.changestreams.ChangeStreamNotification
-
public class ChangeStreamNotification extends Object
- Author:
- omartrasatti
-
-
Constructor Summary
Constructors Constructor Description ChangeStreamNotification(SessionKey sessionKey, String notificationMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNotificationMessage()SessionKeygetSessionKey()
-
-
-
Constructor Detail
-
ChangeStreamNotification
public ChangeStreamNotification(SessionKey sessionKey, String notificationMessage)
-
-
Method Detail
-
getSessionKey
public SessionKey getSessionKey()
-
getNotificationMessage
public String getNotificationMessage()
-
-