Event

play.api.libs.EventSource.Event
See theEvent companion object
case class Event(data: String, id: Option[String], name: Option[String])

An event encoded with the SSE protocol..

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val formatted: String

This event, formatted according to the EventSource protocol.

This event, formatted according to the EventSource protocol.

Attributes