commons-chain
commons-chain copied to clipboard
Extending filter and chain base to support rollback on exception
In the current implementation of Chain base and filter command, there is no support for rollback/undo operations when there is an exception thrown in the chain. This PP
- extends the Filter by adding an undo method
- extends ChainBase to execute the undo method on the commands in the chain (from the point of exception to top of the chain)
@garydgregory - wondering if we can support this functionality?
Component has been marked dormant due to lack of activity