public interface ProcessorInitializationContext
The ProcessorInitializationContext
provides
Processor
s access to objects that may be of
use throughout the life of the Processor.
Modifier and Type | Method and Description |
---|---|
ControllerServiceLookup |
getControllerServiceLookup()
Returns the
ControllerServiceLookup which can be used to obtain
Controller Services |
String |
getIdentifier()
Returns the unique identifier for this processor
|
ProcessorLog |
getLogger()
Returns a
ProcessorLog that is tied to this processor that can be
used to log events |
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 (incubating). All rights reserved.