object Event extends Serializable
- Source
- EventSource.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Event
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[A](a: A)(implicit dataExtractor: EventDataExtractor[A], nameExtractor: EventNameExtractor[A], idExtractor: EventIdExtractor[A]): Event
Creates an event from a single input, using implicit extractors to provide raw values.
Creates an event from a single input, using implicit extractors to provide raw values.
If no extractor is available, the implicit conversion in the low priority traits will be used. For the EventDataExtractor, this means
String
orJsValue
will be automatically mapped, and the nameExtractor and idExtractor will implicitly resolve toNone
. - implicit def contentType(implicit codec: Codec): [Event]
- implicit def writeable(implicit codec: Codec): [Event]