Skip to content

Commit

Permalink
Events now take Any as raw payload.
Browse files Browse the repository at this point in the history
  • Loading branch information
fedesilva committed Jun 1, 2013
1 parent 40765ee commit 1e4a127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/seshat/package.scala
Expand Up @@ -38,7 +38,7 @@ package object seshat {
*
*/
case class Event(
raw: Array[Byte],
raw: Any,
kind: String,
timestamp: Long,
fields: Map[String, String] = Map(),
Expand Down

0 comments on commit 1e4a127

Please sign in to comment.