Class ChangeStreamOptions

java.lang.Object
org.springframework.data.mongodb.core.ChangeStreamOptions

public class ChangeStreamOptions extends Object
Options applicable to MongoDB Change Streams. Intended to be used along with ChangeStreamRequest in a sync world as well ReactiveMongoOperations if you prefer it that way.
Since:
2.1
Author:
Christoph Strobl, Mark Paluch, Myroslav Kosinskyi