Package org.apache.nifi.components
Interface AsyncLoadedProcessor
- All Superinterfaces:
org.apache.nifi.components.ConfigurableComponent
,org.apache.nifi.processor.Processor
public interface AsyncLoadedProcessor
extends org.apache.nifi.processor.Processor
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.apache.nifi.components.ConfigurableComponent
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate
Methods inherited from interface org.apache.nifi.processor.Processor
getRelationships, initialize, isStateful, migrateProperties, migrateRelationships, onTrigger
-
Method Details
-
isLoaded
default boolean isLoaded() -
getState
AsyncLoadedProcessor.LoadState getState()
-