Uses of Interface
org.apache.nifi.events.EventReporter
Packages that use EventReporter
Package
Description
-
Uses of EventReporter in org.apache.nifi.controller.repository
Methods in org.apache.nifi.controller.repository that return EventReporterModifier and TypeMethodDescriptionContentRepositoryContext.getEventReporter()Provides aEventReporterforContentRepositorythat is used to emit bulletins.SwapManagerInitializationContext.getEventReporter() -
Uses of EventReporter in org.apache.nifi.events
Fields in org.apache.nifi.events declared as EventReporterModifier and TypeFieldDescriptionstatic final EventReporterEventReporter.NO_OPAn Event Reporter that performs no action and ignores all given input -
Uses of EventReporter in org.apache.nifi.provenance
Methods in org.apache.nifi.provenance with parameters of type EventReporterModifier and TypeMethodDescriptionvoidProvenanceRepository.initialize(EventReporter eventReporter, Authorizer authorizer, ProvenanceAuthorizableFactory resourceFactory, IdentifierLookup identifierLookup) Performs any initialization needed.