Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunctionDcpBoundary
-
Packages that use EventingFunctionDcpBoundary Package Description com.couchbase.client.java.manager.eventing -
-
Uses of EventingFunctionDcpBoundary in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return EventingFunctionDcpBoundary Modifier and Type Method Description EventingFunctionDcpBoundary
EventingFunctionSettings. dcpStreamBoundary()
Indicates where to start dcp stream from.static EventingFunctionDcpBoundary
EventingFunctionDcpBoundary. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventingFunctionDcpBoundary[]
EventingFunctionDcpBoundary. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.manager.eventing with parameters of type EventingFunctionDcpBoundary Modifier and Type Method Description EventingFunctionSettings.Builder
EventingFunctionSettings.Builder. dcpStreamBoundary(EventingFunctionDcpBoundary dcpStreamBoundary)
Indicates where to start dcp stream from (beginning of time, present point).
-