Uses of Class
com.couchbase.client.java.manager.eventing.DeployFunctionOptions
Packages that use DeployFunctionOptions
- 
Uses of DeployFunctionOptions in com.couchbase.client.java.manager.eventingMethods in com.couchbase.client.java.manager.eventing that return DeployFunctionOptionsModifier and TypeMethodDescriptionstatic DeployFunctionOptionsDeployFunctionOptions.deployFunctionOptions()Creates a new instance with default values.Methods in com.couchbase.client.java.manager.eventing with parameters of type DeployFunctionOptionsModifier and TypeMethodDescriptionAsyncEventingFunctionManager.deployFunction(String name, DeployFunctionOptions options) Deploys anEventingFunctionidentified by its name with custom options.AsyncScopeEventingFunctionManager.deployFunction(String name, DeployFunctionOptions options) Deploys anEventingFunctionidentified by its name with custom options.voidEventingFunctionManager.deployFunction(String name, DeployFunctionOptions options) Deploys anEventingFunctionidentified by its name with custom options.reactor.core.publisher.Mono<Void> ReactiveEventingFunctionManager.deployFunction(String name, DeployFunctionOptions options) Deploys anEventingFunctionidentified by its name with custom options.reactor.core.publisher.Mono<Void> ReactiveScopeEventingFunctionManager.deployFunction(String name, DeployFunctionOptions options) Deploys anEventingFunctionidentified by its name with custom options.voidScopeEventingFunctionManager.deployFunction(String name, DeployFunctionOptions options) Deploys anEventingFunctionidentified by its name with custom options.