| Package | Description |
|---|---|
| org.apache.nifi.registry.flow |
| Modifier and Type | Method and Description |
|---|---|
RegisteredFlowSnapshot |
FlowRegistryClient.getFlowContents(FlowRegistryClientConfigurationContext context,
String bucketId,
String flowId,
int version)
Retrieves the contents of the flow with the given Bucket id, Flow id, and version, from the Registry.
|
RegisteredFlowSnapshot |
FlowRegistryClient.registerFlowSnapshot(FlowRegistryClientConfigurationContext context,
RegisteredFlowSnapshot flowSnapshot)
Adds the given snapshot to the Flow Registry for the given Flow.
|
| Modifier and Type | Method and Description |
|---|---|
RegisteredFlowSnapshot |
FlowRegistryClient.registerFlowSnapshot(FlowRegistryClientConfigurationContext context,
RegisteredFlowSnapshot flowSnapshot)
Adds the given snapshot to the Flow Registry for the given Flow.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.