Class ApolloWSMessage

java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
All Implemented Interfaces:
MutinyDelegate

@Deprecated public class ApolloWSMessage extends Object implements MutinyDelegate
Deprecated.
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.

  • Field Details

  • Constructor Details

    • ApolloWSMessage

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

      public ApolloWSMessage(Object delegate)
      Deprecated.
  • Method Details

    • getDelegate

      public io.vertx.ext.web.handler.graphql.ApolloWSMessage getDelegate()
      Deprecated.
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

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

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

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

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

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

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