Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunctionUrlBinding
-
Uses of EventingFunctionUrlBinding in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionEventingFunctionUrlBinding.Builder.build()
Builds the immutableEventingFunctionUrlBinding
for consumption.static EventingFunctionUrlBinding
Creates a URL binding with a hostname and its alias and no authentication.Modifier and TypeMethodDescriptionEventingFunction.urlBindings()
The URL bindings for the function.Modifier and TypeMethodDescriptionEventingFunction.Builder.urlBindings
(List<EventingFunctionUrlBinding> urlBindings) Sets the URL bindings for the function.