Package | Description |
---|---|
com.couchbase.client.java.manager.eventing |
Modifier and Type | Method and Description |
---|---|
EventingFunctionUrlBinding |
EventingFunctionUrlBinding.Builder.build()
Builds the immutable
EventingFunctionUrlBinding for consumption. |
static EventingFunctionUrlBinding |
EventingFunctionUrlBinding.create(String hostname,
String alias)
Creates a URL binding with a hostname and its alias and no authentication.
|
Modifier and Type | Method and Description |
---|---|
List<EventingFunctionUrlBinding> |
EventingFunction.urlBindings()
The URL bindings for the function.
|
Modifier and Type | Method and Description |
---|---|
EventingFunction.Builder |
EventingFunction.Builder.urlBindings(List<EventingFunctionUrlBinding> urlBindings)
Sets the URL bindings for the function.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.