Class ApolloWSHandler

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

@Deprecated public class ApolloWSHandler extends Object implements MutinyDelegate, ProtocolUpgradeHandler, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
Deprecated.
A handler for GraphQL requests sent over Apollo's subscriptions-transport-ws transport.

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