public abstract class AbstractFlowRegistryClient extends AbstractConfigurableComponent implements FlowRegistryClient
| Modifier and Type | Field and Description |
|---|---|
private String |
identifier |
private ComponentLog |
logger |
private Optional<SSLContext> |
systemSslContext |
| Constructor and Description |
|---|
AbstractFlowRegistryClient() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
protected ComponentLog |
getLogger() |
protected Optional<SSLContext> |
getSystemSslContext() |
void |
initialize(FlowRegistryClientInitializationContext context) |
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, hashCode, onPropertyModified, toString, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitderegisterFlow, getBucket, getBuckets, getFlow, getFlowContents, getFlows, getFlowVersions, getLatestVersion, isStorageLocationApplicable, registerFlow, registerFlowSnapshotgetPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateprivate volatile String identifier
private volatile Optional<SSLContext> systemSslContext
private volatile ComponentLog logger
public void initialize(FlowRegistryClientInitializationContext context)
initialize in interface FlowRegistryClientpublic final String getIdentifier()
getIdentifier in interface ConfigurableComponentprotected final ComponentLog getLogger()
protected final Optional<SSLContext> getSystemSslContext()
Copyright © 2023 Apache NiFi Project. All rights reserved.