public class StandardValidationTrigger extends Object implements ValidationTrigger
| Modifier and Type | Field and Description |
|---|---|
private BooleanSupplier |
flowInitialized |
private static org.slf4j.Logger |
logger |
private ExecutorService |
threadPool |
| Constructor and Description |
|---|
StandardValidationTrigger(ExecutorService threadPool,
BooleanSupplier flowInitialized) |
| Modifier and Type | Method and Description |
|---|---|
void |
trigger(ComponentNode component) |
void |
triggerAsync(ComponentNode component) |
private static final org.slf4j.Logger logger
private final ExecutorService threadPool
private final BooleanSupplier flowInitialized
public StandardValidationTrigger(ExecutorService threadPool, BooleanSupplier flowInitialized)
public void triggerAsync(ComponentNode component)
triggerAsync in interface ValidationTriggerpublic void trigger(ComponentNode component)
trigger in interface ValidationTriggerCopyright © 2021 Apache NiFi Project. All rights reserved.