Class GraphQLWSHandler

java.lang.Object
io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
All Implemented Interfaces:
Handler<RoutingContext>, io.vertx.lang.rx.RxDelegate, ProtocolUpgradeHandler

public class GraphQLWSHandler extends Object implements io.vertx.lang.rx.RxDelegate, ProtocolUpgradeHandler, Handler<RoutingContext>
A handler for the GraphQL over WebSocket Protocol.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.