Uses of Enum
com.couchbase.client.java.manager.eventing.EventingFunctionDcpBoundary
-
Uses of EventingFunctionDcpBoundary in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionEventingFunctionSettings.dcpStreamBoundary()
Indicates where to start dcp stream from.static EventingFunctionDcpBoundary
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.Modifier and TypeMethodDescriptionEventingFunctionSettings.Builder.dcpStreamBoundary
(EventingFunctionDcpBoundary dcpStreamBoundary) Indicates where to start dcp stream from (beginning of time, present point).