inline On Tue, Mar 16, 2010 at 4:33 AM, Jan Limpens <[email protected]> wrote:
> Ayende, thanks for the reply! > > On Mon, Mar 15, 2010 at 10:54 PM, Ayende Rahien <[email protected]> wrote: > >> 1/ bus.DelaySend >> > > how could I cancel this, in case the payment arrives? > > The way I usually handle it is to just close the saga, the message would arrive in the future, and then it would be discarded. I don't think that the RSB timeout mechanism supports cancellation (should be easy to do, though). > 3/ A saga is just a way to encapsulate a state machine, it is pretty common >> to have the current state flag in the saga state. >> > > I don't quite find the answer in this :) > > Yes, it is common to do so. -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
