Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunctionBucketBinding
-
Uses of EventingFunctionBucketBinding in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionEventingFunctionBucketBinding.createReadOnly
(String alias, EventingFunctionKeyspace keyspace) Creates a read-only bucket binding.EventingFunctionBucketBinding.createReadWrite
(String alias, EventingFunctionKeyspace keyspace) Creates a read-write bucket binding.Modifier and TypeMethodDescriptionEventingFunction.bucketBindings()
The bucket bindings for the function.Modifier and TypeMethodDescriptionEventingFunction.Builder.bucketBindings
(List<EventingFunctionBucketBinding> bucketBindings) Sets the bucket bindings for the function.