Github user olegz commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1434#discussion_r97349937
--- Diff:
nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-processors/src/main/java/org/apache/nifi/processors/gettcp/DisconnectListener.java
---
@@ -0,0 +1,6 @@
+package org.apache.nifi.processors.gettcp;
+
+public interface DisconnectListener {
+
+ void onDisconnect(ReceivingClient client);
+}
--- End diff --
This class is actually not used anywhere. Accidental leftover (my bad), so
please remove
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---