public interface NiFiRegistryClient extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NiFiRegistryClient.Builder
The builder interface that implementations should provide for obtaining the client.
|
| Modifier and Type | Method and Description |
|---|---|
BucketClient |
getBucketClient() |
BucketClient |
getBucketClient(String... proxiedEntity) |
FlowClient |
getFlowClient() |
FlowClient |
getFlowClient(String... proxiedEntity) |
FlowSnapshotClient |
getFlowSnapshotClient() |
FlowSnapshotClient |
getFlowSnapshotClient(String... proxiedEntity) |
ItemsClient |
getItemsClient() |
ItemsClient |
getItemsClient(String... proxiedEntity) |
UserClient |
getUserClient() |
UserClient |
getUserClient(String... proxiedEntity) |
BucketClient getBucketClient()
BucketClient getBucketClient(String... proxiedEntity)
FlowClient getFlowClient()
FlowClient getFlowClient(String... proxiedEntity)
FlowSnapshotClient getFlowSnapshotClient()
FlowSnapshotClient getFlowSnapshotClient(String... proxiedEntity)
ItemsClient getItemsClient()
ItemsClient getItemsClient(String... proxiedEntity)
UserClient getUserClient()
UserClient getUserClient(String... proxiedEntity)
Copyright © 2018 Apache NiFi Project. All rights reserved.