This is an automated email from the ASF dual-hosted git repository.
mcgilman pushed a commit to branch NIFI-15258
in repository https://gitbox.apache.org/repos/asf/nifi-api.git
The following commit(s) were added to refs/heads/NIFI-15258 by this push:
new 5b9a59b NIFI-15440: Implementation of ConnectorActions (#47)
5b9a59b is described below
commit 5b9a59bfb2cea864e6fb116ebe05d4c1d08b9373
Author: Mark Payne <[email protected]>
AuthorDate: Mon Jan 12 14:13:36 2026 -0500
NIFI-15440: Implementation of ConnectorActions (#47)
---
.../nifi/components/connector/components/ProcessGroupLifecycle.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/src/main/java/org/apache/nifi/components/connector/components/ProcessGroupLifecycle.java
b/src/main/java/org/apache/nifi/components/connector/components/ProcessGroupLifecycle.java
index 963643c..8cc3ebb 100644
---
a/src/main/java/org/apache/nifi/components/connector/components/ProcessGroupLifecycle.java
+++
b/src/main/java/org/apache/nifi/components/connector/components/ProcessGroupLifecycle.java
@@ -38,4 +38,5 @@ public interface ProcessGroupLifecycle {
CompletableFuture<Void> stopProcessors();
+ int getActiveThreadCount();
}