Uses of Class
com.ibm.cloud.cloudant.v1.model.PostChangesOptions
Packages that use PostChangesOptions
Package
Description
Helper utilities for working with the changes feed.
Cloudant v1.
-
Uses of PostChangesOptions in com.ibm.cloud.cloudant.features
Constructors in com.ibm.cloud.cloudant.features with parameters of type PostChangesOptionsModifierConstructorDescriptionChangesFollower
(Cloudant client, PostChangesOptions options) Create a newChangesFollower
using the supplied client and options and configured to continually suppress transient errors and retry indefinitely.ChangesFollower
(Cloudant client, PostChangesOptions options, Duration errorTolerance) Create a newChangesFollower
using the supplied client and options that will suppress transient errors and retry for as long as the given duration. -
Uses of PostChangesOptions in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 with parameters of type PostChangesOptionsModifier and TypeMethodDescriptionCloudant.postChanges
(PostChangesOptions postChangesOptions) Query the database document changes feed.Cloudant.postChangesAsStream
(PostChangesOptions postChangesOptions) Query the database document changes feed as stream. -
Uses of PostChangesOptions in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return PostChangesOptionsModifier and TypeMethodDescriptionPostChangesOptions.Builder.build()
Builds a PostChangesOptions.