martinzink commented on code in PR #2186:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2186#discussion_r3339433790


##########
minifi_rust/minifi_native/src/api/processor_wrappers/utils/context_session_flowfile_bundle.rs:
##########
@@ -0,0 +1,70 @@
+use crate::api::attribute::GetAttribute;
+use crate::api::property::{GetControllerService, GetProperty};
+use crate::{
+    ComponentIdentifier, EnableControllerService, MinifiError, ProcessContext, 
ProcessSession,
+    Property,
+};
+
+pub struct ContextSessionFlowFileBundle<'a, PC, PS>

Review Comment:
   This allows a single "context" for the transform (higher API) processors 
while maintaning the functionaility spread across the context and session. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to