Class GraphQLWSHandler

java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
All Implemented Interfaces:
MutinyDelegate, io.vertx.core.Handler<RoutingContext>, ProtocolUpgradeHandler, Consumer<RoutingContext>

public class GraphQLWSHandler extends Object implements MutinyDelegate, ProtocolUpgradeHandler, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
A handler for the GraphQL over WebSocket Protocol.

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