Created
August 6, 2018 19:27
-
-
Save aludwiko/4b939d227d6096ecd8716d6ad7706858 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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