| 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 |
|---|---|
FunctionState |
Functions.getFunctionState(String tenant,
String namespace,
String function,
String key)
Fetch the current state associated with a Pulsar Function.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<FunctionState> |
Functions.getFunctionStateAsync(String tenant,
String namespace,
String function,
String key)
Fetch the current state associated with a Pulsar Function asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Functions.putFunctionState(String tenant,
String namespace,
String function,
FunctionState state)
Puts the given state associated with a Pulsar Function.
|
CompletableFuture<Void> |
Functions.putFunctionStateAsync(String tenant,
String namespace,
String function,
FunctionState state)
Puts the given state associated with a Pulsar Function asynchronously.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.