Class ApolloWSHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>

    public class ApolloWSHandler
    extends Object
    implements io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
    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.