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