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
or JsValue
will be automatically mapped,
and the nameExtractor and idExtractor will implicitly resolve to None
.