Class ChangeStreamWebsocketCallback
- java.lang.Object
-
- org.restheart.mongodb.handlers.changestreams.ChangeStreamWebsocketCallback
-
- All Implemented Interfaces:
io.undertow.websockets.WebSocketConnectionCallback
public class ChangeStreamWebsocketCallback extends Object implements io.undertow.websockets.WebSocketConnectionCallback
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>, Omar Trasatti <omar@softinstigate.com>
-
-
Field Summary
Fields Modifier and Type Field Description static SubmissionPublisher<ChangeStreamNotification>NOTIFICATION_PUBLISHER
-
Constructor Summary
Constructors Constructor Description ChangeStreamWebsocketCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonConnect(io.undertow.websockets.spi.WebSocketHttpExchange exchange, io.undertow.websockets.core.WebSocketChannel channel)
-
-
-
Field Detail
-
NOTIFICATION_PUBLISHER
public static final SubmissionPublisher<ChangeStreamNotification> NOTIFICATION_PUBLISHER
-
-