Class GetFunctionOptions
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions<GetFunctionOptions>
-
- com.couchbase.client.java.manager.eventing.GetFunctionOptions
-
public class GetFunctionOptions extends CommonOptions<GetFunctionOptions>
Allows to customize the behavior of the eventing function get operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
GetFunctionOptions.Built
-
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetFunctionOptions.Built
build()
static GetFunctionOptions
getFunctionOptions()
Creates a new instance with default values.-
Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
-
-
-
Method Detail
-
getFunctionOptions
public static GetFunctionOptions getFunctionOptions()
Creates a new instance with default values.- Returns:
- the instantiated default options.
-
build
@Internal public GetFunctionOptions.Built build()
-
-