ProcessorInitializationContext
After a Processor is created, its initialize
method will be
called with an InitializationContext
object. This object exposes
configuration to the Processor that will not change throughout the life of the
Processor, such as the unique identifier of the Processor.