I am starting a nsb saga using IAmStartedByMessages. On the handle of this particualr message i am doing some kind of business logic if some cases fail i don't want the Saga to be persisted. How can i achieve this?
Thank开发者_JAVA百科s, Ajai
If you call MarkAsComplete() in the handling method of the first message, then the saga won't be persisted.
精彩评论