Uses of Class
com.ibm.cloud.cloudant.v1.model.PostChangesOptions
Package
Description
Helper utilities for working with the changes feed.
Cloudant v1.
-
Uses of PostChangesOptions in com.ibm.cloud.cloudant.features
ModifierConstructorDescriptionChangesFollower
(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
Modifier 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
Modifier and TypeMethodDescriptionPostChangesOptions.Builder.build()
Builds a PostChangesOptions.