Class ApolloWSMessage


  • public class ApolloWSMessage
    extends Object
    A message received 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.

    • Constructor Detail

      • ApolloWSMessage

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

        public ApolloWSMessage​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.web.handler.graphql.ApolloWSMessage getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • serverWebSocket

        public ServerWebSocket serverWebSocket()
        Returns:
        the websocket that received the message
      • type

        public io.vertx.ext.web.handler.graphql.ApolloWSMessageType type()
        Returns:
        the message type
      • content

        public io.vertx.core.json.JsonObject content()
        Returns:
        the message content
      • connectionParams

        public Object connectionParams()
        Returns:
        the connection params
      • newInstance

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