tree: 9b0a61cb1f738ce930ac177e8f91c9eb09d913fa [path history] [tgz]
  1. src/
  2. LICENSE
  3. NOTICE
  4. pom.xml
  5. README.md
extensions/jni/nifi-minifi-jni-assembly/README.md

Apache NiFi JNI Assembly

This package creates a deliverable for Apache NiFi MiNiFi C++ JNI integration. This integration allows NiFi Processors to be run from within MiNiFi C++. This package and the target assemble-minifi-jni create archives of the directory minifi-jni/lib and minifi-jni/nars. The lib directory is a bootstrap for the JniClassloader. A slightly different bootstrap than NiFi, the JniClassloader loads the NARs into the context of MiNiFi C++.

When the CMAKE JNI extension is used, the minifi-jni directory will be placed within the archive of that project that is produced during the make package process.