Skip to content

Instantly share code, notes, and snippets.

@sajeetharan
Created February 6, 2019 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajeetharan/2d9921571c67f7038ec5a4053882b85f to your computer and use it in GitHub Desktop.
Save sajeetharan/2d9921571c67f7038ec5a4053882b85f to your computer and use it in GitHub Desktop.
sajeetharan.com_3_2_2019_eventsource
class Product
{
val id = 42
fun update(...)
{
this.name = “Mouse”;
this.price = 1.99
}
}
.................
.................
repository.save(product)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment