java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.registry.flow.AbstractFlowRegistryClient
- All Implemented Interfaces:
ConfigurableComponent,FlowRegistryClient
public abstract class AbstractFlowRegistryClient
extends AbstractConfigurableComponent
implements FlowRegistryClient
-
Field Summary
Fields inherited from interface org.apache.nifi.registry.flow.FlowRegistryClient
DEFAULT_BRANCH_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringprotected final ComponentLogprotected final Optional<SSLContext> voidMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, hashCode, onPropertyModified, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.registry.flow.FlowRegistryClient
deregisterFlow, generateFlowId, getBranches, getBucket, getBuckets, getDefaultBranch, getFlow, getFlowContents, getFlows, getFlowVersions, getLatestVersion, isBranchingSupported, isStorageLocationApplicable, registerFlow, registerFlowSnapshot
-
Constructor Details
-
AbstractFlowRegistryClient
public AbstractFlowRegistryClient()
-
-
Method Details
-
initialize
- Specified by:
initializein interfaceFlowRegistryClient
-
getIdentifier
- Specified by:
getIdentifierin interfaceConfigurableComponent- Returns:
- the unique identifier that the framework assigned to this component
-
getLogger
-
getSystemSslContext
-