public interface ConfigurableComponentInitializer
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ConfigurableComponent component)
Initializes a configurable component to the point that you can call
getPropertyDescriptors() on it
|
void |
teardown(ConfigurableComponent component)
Calls the lifecycle methods that should be called when a flow is shutdown.
|
void initialize(ConfigurableComponent component) throws InitializationException
component - the component to initializeInitializationException - if the component could not be initializedvoid teardown(ConfigurableComponent component)
component - the component to initializeCopyright © 2023 Apache NiFi Project. All rights reserved.