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 EventingFunctionDcpBoundaryEventingFunctionSettings. dcpStreamBoundary()Indicates where to start dcp stream from.static EventingFunctionDcpBoundaryEventingFunctionDcpBoundary. 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.BuilderEventingFunctionSettings.Builder. dcpStreamBoundary(EventingFunctionDcpBoundary dcpStreamBoundary)Indicates where to start dcp stream from (beginning of time, present point).
-