Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0
-
None
-
None
Description
As per subject, it would be nice to have a small set of fluent interfaces to simplify the Chain execution, kind of
Chains.on(new ChainBase<String, Object, Context<String, Object>>()) .addCommand(new DelegatingFilter("1", "a")) .addCommand(new ExceptionFilter("2", "b")) .addCommand(new NonDelegatingFilter("3", "c")) .execute(context);