public class ControllerServiceInitializer extends Object implements ConfigurableComponentInitializer
| Modifier and Type | Field and Description |
|---|---|
private ExtensionManager |
extensionManager |
| Constructor and Description |
|---|
ControllerServiceInitializer(ExtensionManager extensionManager) |
| 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.
|
private final ExtensionManager extensionManager
public ControllerServiceInitializer(ExtensionManager extensionManager)
public void initialize(ConfigurableComponent component) throws InitializationException
ConfigurableComponentInitializerinitialize in interface ConfigurableComponentInitializercomponent - the component to initializeInitializationException - if the component could not be initializedpublic void teardown(ConfigurableComponent component)
ConfigurableComponentInitializerteardown in interface ConfigurableComponentInitializercomponent - the component to initializeCopyright © 2023 Apache NiFi Project. All rights reserved.