Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunction.Builder
-
Uses of EventingFunction.Builder in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionEventingFunction.Builder.bucketBindings
(List<EventingFunctionBucketBinding> bucketBindings) Sets the bucket bindings for the function.static EventingFunction.Builder
EventingFunction.builder
(String name, String code, EventingFunctionKeyspace sourceKeyspace, EventingFunctionKeyspace metadataKeyspace) Creates aEventingFunction.Builder
that can be used to further customize theEventingFunction
beyond the defaults.EventingFunction.Builder.constantBindings
(List<EventingFunctionConstantBinding> constantBindings) Sets the constant bindings for the function.EventingFunction.Builder.enforceSchema
(boolean enforceSchema) Set to true if the schema schould be enforced.EventingFunction.Builder.settings
(EventingFunctionSettings settings) Sets various function settings to customize the runtime behavior.EventingFunction.Builder.urlBindings
(List<EventingFunctionUrlBinding> urlBindings) Sets the URL bindings for the function.