Uses of Class
com.couchbase.client.java.manager.eventing.UpsertFunctionOptions
-
Packages that use UpsertFunctionOptions Package Description com.couchbase.client.java.manager.eventing -
-
Uses of UpsertFunctionOptions in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return UpsertFunctionOptions Modifier and Type Method Description static UpsertFunctionOptionsUpsertFunctionOptions. upsertFunctionOptions()Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type UpsertFunctionOptions Modifier and Type Method Description CompletableFuture<Void>AsyncEventingFunctionManager. upsertFunction(EventingFunction function, UpsertFunctionOptions options)Inserts or replaces aEventingFunctionwith custom options.voidEventingFunctionManager. upsertFunction(EventingFunction function, UpsertFunctionOptions options)Inserts or replaces aEventingFunctionwith custom options.Mono<Void>ReactiveEventingFunctionManager. upsertFunction(EventingFunction function, UpsertFunctionOptions options)Inserts or replaces aEventingFunctionwith custom options.
-