Class GetChangeStreamHandler

java.lang.Object
org.restheart.handlers.PipelinedHandler
org.restheart.mongodb.handlers.changestreams.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 Details

    • 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 Details

    • GetChangeStreamHandler

      public GetChangeStreamHandler()
  • Method Details

    • 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