You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Ferenc Kis (Jira)" <ji...@apache.org> on 2022/12/08 10:37:00 UTC

[jira] [Created] (NIFI-10960) [MiNiFi] Introduce interfaces on C2 api level to replace passing functions directly

Ferenc Kis created NIFI-10960:
---------------------------------

             Summary: [MiNiFi] Introduce interfaces on C2 api level to replace passing functions directly
                 Key: NIFI-10960
                 URL: https://issues.apache.org/jira/browse/NIFI-10960
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Ferenc Kis


Currently operation handler are defined in c2-protocol module, but the minifi specific functionality is defined in minifi-framework module (C2NifiClientService) and is injected as pure functions.

Instead of this we should define interfaces  with proper javadoc, so it would behave as contract between modules, and would be self documented what is expected from an implementation.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)