Skip to content

Instantly share code, notes, and snippets.

@sajeetharan
Created February 6, 2019 07:51
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/825ec83fd780b7670146649bf6d4a0ce to your computer and use it in GitHub Desktop.
Save sajeetharan/825ec83fd780b7670146649bf6d4a0ce to your computer and use it in GitHub Desktop.
sajeetharan.com_3_2_2019_eventsource
class Product
{
val id = 42;
fun update(...)
{
..
return ProductUpdatedEvent(42, “Mouse”, 1.99)
}
}
.....
.....
eventBus.publish(event)
eventStore.save(event)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment