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 UpsertFunctionOptions
UpsertFunctionOptions. 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 aEventingFunction
with custom options.void
EventingFunctionManager. upsertFunction(EventingFunction function, UpsertFunctionOptions options)
Inserts or replaces aEventingFunction
with custom options.Mono<Void>
ReactiveEventingFunctionManager. upsertFunction(EventingFunction function, UpsertFunctionOptions options)
Inserts or replaces aEventingFunction
with custom options.
-