Class ConnectionInitEvent

    • Constructor Detail

      • ConnectionInitEvent

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

        public ConnectionInitEvent​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.web.handler.graphql.ws.ConnectionInitEvent 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 Message message()
        Provides message content.
        Returns:
        message
      • newInstance

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