Closed
Description
Hello
Both repositories and templates are extensible but I have found several private methods that I would need to be able to extend efficiently.
- In the classes
ExecutableXXXOperationSupport
andReactiveXXXOperationSupport
there are classes with the constructor not visible and others with the public constructor. I think that the ideal would be that all of them have the public constructor to be able to extend and to be able to customize some operation.
Sample:
Something similar was done on this issue:
What do you think?
Thanks in advance