o

clue

StreamingMessage

object StreamingMessage

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamingMessage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Complete(id: String) extends SubscriptionMessage with Product with Serializable
    Attributes
    protected[clue]
  2. final case class ConnectionError(payload: Json) extends PayloadMessage[Json] with Product with Serializable
    Attributes
    protected[clue]
  3. final case class ConnectionInit(payload: Map[String, String] = scala.Predef.Map.empty[String, Nothing]) extends PayloadMessage[Map[String, String]] with Product with Serializable
    Attributes
    protected[clue]
  4. final case class Data(id: String, payload: DataWrapper) extends SubscriptionMessage with PayloadMessage[DataWrapper] with Product with Serializable
    Attributes
    protected[clue]
  5. final case class DataWrapper(data: Json) extends Product with Serializable
    Attributes
    protected[clue]
  6. final case class Error(id: String, payload: Json) extends SubscriptionMessage with PayloadMessage[Json] with Product with Serializable
    Attributes
    protected[clue]
  7. sealed trait PayloadMessage[P] extends StreamingMessage
    Attributes
    protected[clue]
  8. final case class Start(id: String, payload: GraphQLRequest) extends SubscriptionMessage with PayloadMessage[GraphQLRequest] with Product with Serializable
    Attributes
    protected[clue]
  9. final case class Stop(id: String) extends SubscriptionMessage with Product with Serializable
    Attributes
    protected[clue]
  10. sealed trait SubscriptionMessage extends StreamingMessage
    Attributes
    protected[clue]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. implicit val codecForStreamingMessage: AsObject[StreamingMessage]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. case object ConnectionAck extends StreamingMessage with Product with Serializable
    Attributes
    protected[clue]
  22. case object ConnectionKeepAlive extends StreamingMessage with Product with Serializable
    Attributes
    protected[clue]
  23. case object ConnectionTerminate extends StreamingMessage with Product with Serializable
    Attributes
    protected[clue]
  24. object DataJson
    Attributes
    protected[clue]
  25. object DataWrapper extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped