Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-8117

@OnRemoved method is called for version and classpath changes

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.12.1
    • None
    • Core Framework
    • None

    Description

      To allow the method to have different behaviour depending on the reason for removal, the proposal is to add an additional optional argument to the method:

      public enum RemovalReason
      {
          USER_REMOVED,
          VERSION_CHANGED,
          CLASSPATH_MODIFICATION;
      } 

      Attachments

        Activity

          People

            Unassigned Unassigned
            peterr Peter Radden
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: