| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorDefinition> |
Sinks.getBuiltInSinks()
Fetches a list of supported Pulsar IO sinks currently running in cluster mode.
|
CompletableFuture<List<ConnectorDefinition>> |
Sinks.getBuiltInSinksAsync()
Fetches a list of supported Pulsar IO sinks currently running in cluster mode asynchronously.
|
List<ConnectorDefinition> |
Sources.getBuiltInSources()
Fetches a list of supported Pulsar IO sources currently running in cluster mode.
|
CompletableFuture<List<ConnectorDefinition>> |
Sources.getBuiltInSourcesAsync()
Fetches a list of supported Pulsar IO sources currently running in cluster mode asynchronously.
|
List<ConnectorDefinition> |
Functions.getConnectorsList()
Deprecated.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.