Class GetChangeStreamHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public class GetChangeStreamHandler
    extends PipelinedHandler
    Author:
    Andrea Di Cesare <andrea@softinstigate.com>, Omar Trasatti <omar@softinstigate.com>
    • Field Detail

      • OPENED_STREAMS

        public static final Set<SessionKey> OPENED_STREAMS
      • AVARS_ATTACHMENT_KEY

        public static final io.undertow.util.AttachmentKey<org.bson.BsonDocument> AVARS_ATTACHMENT_KEY
      • JSON_MODE_ATTACHMENT_KEY

        public static final io.undertow.util.AttachmentKey<org.bson.json.JsonMode> JSON_MODE_ATTACHMENT_KEY
    • Constructor Detail

      • GetChangeStreamHandler

        public GetChangeStreamHandler()
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Specified by:
        handleRequest in class PipelinedHandler
        Throws:
        Exception