Database Reference
In-Depth Information
There is a lot of debate on how sagas are used, mostly relating to how sagas can be exten-
ded and used in multiple ways. However, the basics remain the same. A message starts a
saga, a saga saves the data that is associated with the message, a saga handles other types
of messages, a saga is able to lookup the original message that it started with, a saga is
able to add data to the original message, and a saga routes messages to different destina-
tions.
Search WWH ::




Custom Search