Interface FlowAnalysisRuleInitializationContext

All Superinterfaces:
KerberosContext
All Known Implementing Classes:
DocumentationFlowAnalysisRuleInitializationContext

public interface FlowAnalysisRuleInitializationContext extends KerberosContext
Provides configuration information to a FlowAnalysisRule at the time of initialization
  • Method Details

    • getIdentifier

      String getIdentifier()
      Returns:
      the identifier for the FlowAnalysisRule
    • getLogger

      ComponentLog getLogger()
      Returns:
      a logger that can be used to log important events in a standard way and generate bulletins when appropriate
    • getNodeTypeProvider

      NodeTypeProvider getNodeTypeProvider()
      Returns:
      the NodeTypeProvider which can be used to detect the node type of this NiFi instance.
      Since:
      Apache NiFi 1.5.0