| Package | Description |
|---|---|
| com.couchbase.client.java.manager.eventing |
| Modifier and Type | Method and Description |
|---|---|
static EventingFunctionBucketBinding |
EventingFunctionBucketBinding.createReadOnly(String alias,
EventingFunctionKeyspace keyspace)
Creates a read-only bucket binding.
|
static EventingFunctionBucketBinding |
EventingFunctionBucketBinding.createReadWrite(String alias,
EventingFunctionKeyspace keyspace)
Creates a read-write bucket binding.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventingFunctionBucketBinding> |
EventingFunction.bucketBindings()
The bucket bindings for the function.
|
| Modifier and Type | Method and Description |
|---|---|
EventingFunction.Builder |
EventingFunction.Builder.bucketBindings(List<EventingFunctionBucketBinding> bucketBindings)
Sets the bucket bindings for the function.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.