Chaining API
May 25, 2011
Comments
Anonymous
Nov 15, 2010
Anonymous
Dec 16, 2010
Note: make sure that your event extends from AsynchronousEvent in case of async calls
Anonymous
Jan 11, 2011
Hi,
I am trying and event chain to bootstrap my application connecting to database, etc. using AsynchronousIOOperation steps and having problem stopping the chain when an error occurs.
the chain keeps going even though an error event was handled and the chainstep in it was flagged to failed.
Could you please show a sample to demostrated a chain halting based on external error thrown from by one of the events in the chain step.
regards,
Jan 11, 2011
Your best bet is to post your question and some code to the Swiz mailing list, that way you'll have multiple people helping! Thanks.
Are there any examples of the chaining mechanism with swiz 1.0 ( I'm using RC 2 )? I am migrating a project from 0.64 to 1.0 to enable the use of modules and I'm currently getting an error when trying to use AsyncCommandChainStep