]
Kabir Khan reassigned WFCORE-770:
---------------------------------
Assignee: Kabir Khan
Introduce parameters object for AbstractAddStepHandler
------------------------------------------------------
Key: WFCORE-770
URL:
https://issues.jboss.org/browse/WFCORE-770
Project: WildFly Core
Issue Type: Feature Request
Reporter: Kabir Khan
Assignee: Kabir Khan
Fix For: 2.0.0.Alpha6
Similar to WFCORE-767, the constructors for AbstractAddStepHandler are getting quite
convoluted.
Talking with Brian, we think the existing set of constructors are fine. They cover all
the common cases, but make it hard to add more parameters. So we will introduce a
Parameters object variant there as well, to support what is already there and to make
adding new parameters easier as we go along.