Uses of Enum Class
com.couchbase.client.dcp.StreamFrom
Packages that use StreamFrom
-
Uses of StreamFrom in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp that return StreamFromModifier and TypeMethodDescriptionstatic StreamFromReturns the enum constant of this class with the specified name.static StreamFrom[]StreamFrom.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.couchbase.client.dcp with parameters of type StreamFromModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>Client.initializeState(StreamFrom from, StreamTo to) Initialize theSessionStatebased on arbitrary time points.reactor.core.publisher.Mono<Void>Client.recoverOrInitializeState(StateFormat format, byte[] persistedState, StreamFrom from, StreamTo to) Deprecated.This method of recovering state does not account for whether an event received by the DCP client was actually processed by the user's application.