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()
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)
void
EventingFunctionManager. upsertFunction(EventingFunction function, UpsertFunctionOptions options)
Mono<Void>
ReactiveEventingFunctionManager. upsertFunction(EventingFunction function, UpsertFunctionOptions options)
-