| AsyncEventingFunctionManager |
|
| DeployFunctionOptions |
Allows to customize the behavior of the eventing functions deploy operation.
|
| DropFunctionOptions |
Allows to customize the behavior of the eventing functions drop operation.
|
| EventingFunction |
An immutable representation of the EventingFunction stored or to be stored on the server.
|
| EventingFunction.Builder |
This builder allows to customize the properties of the eventing function.
|
| EventingFunctionBucketBinding |
Represents a bucket binding of an eventing function.
|
| EventingFunctionConstantBinding |
Represents a constant binding of an eventing function.
|
| EventingFunctionKeyspace |
A keyspace represents a triple of bucket, scope and collection.
|
| EventingFunctionManager |
|
| EventingFunctionSettings |
|
| EventingFunctionSettings.Builder |
|
| EventingFunctionState |
|
| EventingFunctionUrlAuth |
Abstract interface for all possible URL Binding authentication mechanisms.
|
| EventingFunctionUrlAuthBasic |
Uses HTTP Basic authentication for the URL binding.
|
| EventingFunctionUrlAuthBearer |
Uses Bearer authentication for the URL binding.
|
| EventingFunctionUrlAuthDigest |
Uses HTTP Digest authentication for the URL binding.
|
| EventingFunctionUrlBinding |
Represents a URL binding of an eventing function.
|
| EventingFunctionUrlBinding.Builder |
|
| EventingFunctionUrlNoAuth |
No authentication for a URL binding is used.
|
| EventingStatus |
Contains the status of all eventing functions stored on the server.
|
| FunctionsStatusOptions |
Allows to customize the behavior of the eventing functions status operation.
|
| GetAllFunctionsOptions |
Allows to customize the behavior of the eventing function get all operation.
|
| GetFunctionOptions |
Allows to customize the behavior of the eventing function get operation.
|
| PauseFunctionOptions |
Allows to customize the behavior of the eventing function pause operation.
|
| ReactiveEventingFunctionManager |
|
| ResumeFunctionOptions |
Allows to customize the behavior of the eventing function resume operation.
|
| UndeployFunctionOptions |
Allows to customize the behavior of the eventing function undeploy operation.
|
| UpsertFunctionOptions |
Allows to customize the behavior of the eventing function upsert operation.
|