Uses of Enum Class
com.couchbase.client.dcp.StreamTo
Packages that use StreamTo
-
Uses of StreamTo in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp that return StreamToModifier and TypeMethodDescriptionstatic StreamToReturns the enum constant of this class with the specified name.static StreamTo[]StreamTo.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 StreamToModifier 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.