Package | Description |
---|---|
org.apache.nifi.processor |
Modifier and Type | Method and Description |
---|---|
default boolean |
Processor.isStateful(ProcessContext context)
Indicates whether this processor, configured with the given
ProcessContext , stores state. |
abstract void |
AbstractProcessor.onTrigger(ProcessContext context,
ProcessSession session) |
void |
Processor.onTrigger(ProcessContext context,
ProcessSessionFactory sessionFactory)
The method called when this processor is triggered to operate by the
controller.
|
void |
AbstractProcessor.onTrigger(ProcessContext context,
ProcessSessionFactory sessionFactory) |
List<ConfigVerificationResult> |
VerifiableProcessor.verify(ProcessContext context,
ComponentLog verificationLogger,
Map<String,String> attributes)
Verifies that the configuration defined by the given ProcessContext is valid.
|
Copyright © 2024 Apache NiFi Project. All rights reserved.