Skip to content

Instantly share code, notes, and snippets.

@aludwiko
Created August 6, 2018 19:27
Show Gist options
  • Select an option

  • Save aludwiko/4b939d227d6096ecd8716d6ad7706858 to your computer and use it in GitHub Desktop.

Select an option

Save aludwiko/4b939d227d6096ecd8716d6ad7706858 to your computer and use it in GitHub Desktop.
final case class UserCreatedEvent(
userId: String = "",
operationId: String = "",
createdAt: Long = 0L,
name: String = "",
email: String = ""
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment