| 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 |
|---|---|
FunctionConfig |
Functions.getFunction(String tenant,
String namespace,
String function)
Get the configuration for the specified function.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<FunctionConfig> |
Functions.getFunctionAsync(String tenant,
String namespace,
String function)
Get the configuration for the specified function asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Functions.createFunction(FunctionConfig functionConfig,
String fileName)
Create a new function.
|
CompletableFuture<Void> |
Functions.createFunctionAsync(FunctionConfig functionConfig,
String fileName)
Create a new function asynchronously.
|
void |
Functions.createFunctionWithUrl(FunctionConfig functionConfig,
String pkgUrl)
Create a new function with package url.
|
CompletableFuture<Void> |
Functions.createFunctionWithUrlAsync(FunctionConfig functionConfig,
String pkgUrl)
Create a new function with package url asynchronously.
|
void |
Functions.updateFunction(FunctionConfig functionConfig,
String fileName)
Update the configuration for a function.
|
void |
Functions.updateFunction(FunctionConfig functionConfig,
String fileName,
UpdateOptions updateOptions)
Update the configuration for a function.
|
CompletableFuture<Void> |
Functions.updateFunctionAsync(FunctionConfig functionConfig,
String fileName)
Update the configuration for a function asynchronously.
|
CompletableFuture<Void> |
Functions.updateFunctionAsync(FunctionConfig functionConfig,
String fileName,
UpdateOptions updateOptions)
Update the configuration for a function asynchronously.
|
void |
Functions.updateFunctionWithUrl(FunctionConfig functionConfig,
String pkgUrl)
Update the configuration for a function.
|
void |
Functions.updateFunctionWithUrl(FunctionConfig functionConfig,
String pkgUrl,
UpdateOptions updateOptions)
Update the configuration for a function.
|
CompletableFuture<Void> |
Functions.updateFunctionWithUrlAsync(FunctionConfig functionConfig,
String pkgUrl)
Update the configuration for a function asynchronously.
|
CompletableFuture<Void> |
Functions.updateFunctionWithUrlAsync(FunctionConfig functionConfig,
String pkgUrl,
UpdateOptions updateOptions)
Update the configuration for a function asynchronously.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.