Package org.apache.nifi.asset
Interface AssetManagerInitializationContext
public interface AssetManagerInitializationContext
Initialization context for AssetManager.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.nifi.controller.NodeTypeProvider
-
Method Details
-
getAssetReferenceLookup
AssetReferenceLookup getAssetReferenceLookup()- Returns:
- lookup for obtaining referenced assets
-
getProperties
- Returns:
- configuration for the asset manager
-
getNodeTypeProvider
org.apache.nifi.controller.NodeTypeProvider getNodeTypeProvider()- Returns:
- the node type provider
-