Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunctionUrlBinding
Packages that use EventingFunctionUrlBinding
-
Uses of EventingFunctionUrlBinding in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return EventingFunctionUrlBindingModifier and TypeMethodDescriptionEventingFunctionUrlBinding.Builder.build()
Builds the immutableEventingFunctionUrlBinding
for consumption.static EventingFunctionUrlBinding
Creates a URL binding with a hostname and its alias and no authentication.Methods in com.couchbase.client.java.manager.eventing that return types with arguments of type EventingFunctionUrlBindingModifier and TypeMethodDescriptionEventingFunction.urlBindings()
The URL bindings for the function.Method parameters in com.couchbase.client.java.manager.eventing with type arguments of type EventingFunctionUrlBindingModifier and TypeMethodDescriptionEventingFunction.Builder.urlBindings
(List<EventingFunctionUrlBinding> urlBindings) Sets the URL bindings for the function.