Class ApolloWSConnectionInitEvent


  • public class ApolloWSConnectionInitEvent
    extends Promise<Object>
    • Constructor Detail

      • ApolloWSConnectionInitEvent

        public ApolloWSConnectionInitEvent​(io.vertx.ext.web.handler.graphql.ApolloWSConnectionInitEvent delegate)
      • ApolloWSConnectionInitEvent

        public ApolloWSConnectionInitEvent​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.web.handler.graphql.ApolloWSConnectionInitEvent getDelegate()
        Overrides:
        getDelegate in class Promise<Object>
      • complete

        public void complete​(Object result)
        Set the result. Any handler will be called, if there is one, and the promise will be marked as completed.

        Any handler set on the associated promise will be called.

        Overrides:
        complete in class Promise<Object>
        Parameters:
        result - the result
      • future

        public io.vertx.core.Future<Object> future()
        Overrides:
        future in class Promise<Object>
        Returns:
        the associated with this promise, it can be used to be aware of the promise completion
      • message

        public ApolloWSMessage message()
        Provides message content.
        Returns:
        message
      • newInstance

        public static ApolloWSConnectionInitEvent newInstance​(io.vertx.ext.web.handler.graphql.ApolloWSConnectionInitEvent arg)