Member since
01-25-2018
3
Posts
0
Kudos Received
0
Solutions
09-20-2019
11:37 AM
I want to create three custom nifi processors say B,C,D where the common functionality is extracted to an abstract class say A which extends nifi's abstract processor and B,C,D all child of A. What is the recommended way of doing that?
... View more