| Package | Description |
|---|---|
| io.quarkus.mongodb | |
| io.quarkus.mongodb.impl | |
| io.quarkus.mongodb.reactive |
| Modifier and Type | Method and Description |
|---|---|
ChangeStreamOptions |
ChangeStreamOptions.collation(com.mongodb.client.model.Collation collation)
Sets the collation options
|
ChangeStreamOptions |
ChangeStreamOptions.fullDocument(com.mongodb.client.model.changestream.FullDocument fullDocument)
Sets the fullDocument value.
|
ChangeStreamOptions |
ChangeStreamOptions.maxAwaitTime(long maxAwaitTime,
TimeUnit timeUnit)
Sets the maximum await execution time on the server for this operation.
|
ChangeStreamOptions |
ChangeStreamOptions.resumeAfter(org.bson.BsonDocument resumeToken)
Sets the logical starting point for the new change stream.
|
ChangeStreamOptions |
ChangeStreamOptions.startAtOperationTime(org.bson.BsonTimestamp startAtOperationTime)
The change stream will only provide changes that occurred after the specified timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoDatabaseImpl.watch(ChangeStreamOptions options) |
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoClientImpl.watch(ChangeStreamOptions options) |
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoCollectionImpl.watch(ChangeStreamOptions options) |
<D> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<D>> |
ReactiveMongoCollectionImpl.watch(Class<D> clazz,
ChangeStreamOptions options) |
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoDatabaseImpl.watch(Class<T> clazz,
ChangeStreamOptions options) |
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoClientImpl.watch(Class<T> clazz,
ChangeStreamOptions options) |
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoDatabaseImpl.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
ChangeStreamOptions options) |
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoClientImpl.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
ChangeStreamOptions options) |
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoCollectionImpl.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
ChangeStreamOptions options) |
<D> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<D>> |
ReactiveMongoCollectionImpl.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
Class<D> clazz,
ChangeStreamOptions options) |
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoDatabaseImpl.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
Class<T> clazz,
ChangeStreamOptions options) |
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoClientImpl.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
Class<T> clazz,
ChangeStreamOptions options) |
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoDatabaseImpl.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
List<? extends org.bson.conversions.Bson> pipeline,
ChangeStreamOptions options) |
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoClientImpl.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
List<? extends org.bson.conversions.Bson> pipeline,
ChangeStreamOptions options) |
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoCollectionImpl.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
List<? extends org.bson.conversions.Bson> pipeline,
ChangeStreamOptions options) |
<D> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<D>> |
ReactiveMongoCollectionImpl.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
List<? extends org.bson.conversions.Bson> pipeline,
Class<D> clazz,
ChangeStreamOptions options) |
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoDatabaseImpl.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
List<? extends org.bson.conversions.Bson> pipeline,
Class<T> clazz,
ChangeStreamOptions options) |
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoClientImpl.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
List<? extends org.bson.conversions.Bson> pipeline,
Class<T> clazz,
ChangeStreamOptions options) |
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoDatabaseImpl.watch(List<? extends org.bson.conversions.Bson> pipeline,
ChangeStreamOptions options) |
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoClientImpl.watch(List<? extends org.bson.conversions.Bson> pipeline,
ChangeStreamOptions options) |
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoCollectionImpl.watch(List<? extends org.bson.conversions.Bson> pipeline,
ChangeStreamOptions options) |
<D> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<D>> |
ReactiveMongoCollectionImpl.watch(List<? extends org.bson.conversions.Bson> pipeline,
Class<D> clazz,
ChangeStreamOptions options) |
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoDatabaseImpl.watch(List<? extends org.bson.conversions.Bson> pipeline,
Class<T> clazz,
ChangeStreamOptions options) |
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoClientImpl.watch(List<? extends org.bson.conversions.Bson> pipeline,
Class<T> clazz,
ChangeStreamOptions options) |
| Modifier and Type | Method and Description |
|---|---|
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoCollection.watch(ChangeStreamOptions options)
Creates a change stream for this collection.
|
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoDatabase.watch(ChangeStreamOptions options)
Creates a change stream for this database.
|
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoClient.watch(ChangeStreamOptions options)
Creates a change stream for this client.
|
<D> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<D>> |
ReactiveMongoCollection.watch(Class<D> clazz,
ChangeStreamOptions options)
Creates a change stream for this collection.
|
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoDatabase.watch(Class<T> clazz,
ChangeStreamOptions options)
Creates a change stream for this database.
|
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoClient.watch(Class<T> clazz,
ChangeStreamOptions options)
Creates a change stream for this client.
|
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoCollection.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
ChangeStreamOptions options)
Creates a change stream for this collection.
|
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoDatabase.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
ChangeStreamOptions options)
Creates a change stream for this database.
|
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoClient.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
ChangeStreamOptions options)
Creates a change stream for this client.
|
<D> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<D>> |
ReactiveMongoCollection.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
Class<D> clazz,
ChangeStreamOptions options)
Creates a change stream for this collection.
|
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoDatabase.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
Class<T> clazz,
ChangeStreamOptions options)
Creates a change stream for this database.
|
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoClient.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
Class<T> clazz,
ChangeStreamOptions options)
Creates a change stream for this client.
|
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoCollection.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
List<? extends org.bson.conversions.Bson> pipeline,
ChangeStreamOptions options)
Creates a change stream for this collection.
|
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoDatabase.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
List<? extends org.bson.conversions.Bson> pipeline,
ChangeStreamOptions options)
Creates a change stream for this database.
|
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoClient.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
List<? extends org.bson.conversions.Bson> pipeline,
ChangeStreamOptions options)
Creates a change stream for this client.
|
<D> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<D>> |
ReactiveMongoCollection.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
List<? extends org.bson.conversions.Bson> pipeline,
Class<D> clazz,
ChangeStreamOptions options)
Creates a change stream for this collection.
|
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoDatabase.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
List<? extends org.bson.conversions.Bson> pipeline,
Class<T> clazz,
ChangeStreamOptions options)
Creates a change stream for this database.
|
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoClient.watch(com.mongodb.reactivestreams.client.ClientSession clientSession,
List<? extends org.bson.conversions.Bson> pipeline,
Class<T> clazz,
ChangeStreamOptions options)
Creates a change stream for this client.
|
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoCollection.watch(List<? extends org.bson.conversions.Bson> pipeline,
ChangeStreamOptions options)
Creates a change stream for this collection.
|
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoDatabase.watch(List<? extends org.bson.conversions.Bson> pipeline,
ChangeStreamOptions options)
Creates a change stream for this database.
|
io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<org.bson.Document>> |
ReactiveMongoClient.watch(List<? extends org.bson.conversions.Bson> pipeline,
ChangeStreamOptions options)
Creates a change stream for this client.
|
<D> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<D>> |
ReactiveMongoCollection.watch(List<? extends org.bson.conversions.Bson> pipeline,
Class<D> clazz,
ChangeStreamOptions options)
Creates a change stream for this collection.
|
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoDatabase.watch(List<? extends org.bson.conversions.Bson> pipeline,
Class<T> clazz,
ChangeStreamOptions options)
Creates a change stream for this database.
|
<T> io.smallrye.mutiny.Multi<com.mongodb.client.model.changestream.ChangeStreamDocument<T>> |
ReactiveMongoClient.watch(List<? extends org.bson.conversions.Bson> pipeline,
Class<T> clazz,
ChangeStreamOptions options)
Creates a change stream for this client.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.