public interface ProcessorInitializationContext
The ProcessorInitializationContext provides
Processors access to objects that may be of
use throughout the life of the Processor.
| Modifier and Type | Method and Description |
|---|---|
ControllerServiceLookup |
getControllerServiceLookup() |
String |
getIdentifier() |
ProcessorLog |
getLogger() |
String getIdentifier()
ProcessorLog getLogger()
ProcessorLog that is tied to this processor that can be
used to log eventsControllerServiceLookup getControllerServiceLookup()
ControllerServiceLookup which can be used to obtain
Controller ServicesCopyright © 2015 Apache NiFi Project. All rights reserved.