ContentType

sec.ContentType
See theContentType companion object
sealed trait ContentType

Content type for EventData. There are two variants:

Attributes

Companion
object
Source
event.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Binary.type
object Json.type

Members list

Value members

Concrete methods

def fold[A](binary: => A, json: => A): A
Extension method from ContentType

Attributes

Source
event.scala
Extension method from ContentType

Attributes

Source
event.scala
Extension method from ContentType

Attributes

Source
event.scala
def render: String
Extension method from ContentType

Attributes

Source
event.scala