| Package | Description |
|---|---|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| org.springframework.data.mongodb.core.messaging |
MongoDB specific messaging support for listening to eg.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeStreamOptions |
ChangeStreamOptions.ChangeStreamOptionsBuilder.build() |
static ChangeStreamOptions |
ChangeStreamOptions.empty() |
| Modifier and Type | Method and Description |
|---|---|
<T> reactor.core.publisher.Flux<ChangeStreamEvent<T>> |
ReactiveMongoOperations.changeStream(Aggregation filter,
Class<T> resultType,
ChangeStreamOptions options,
String collectionName)
Subscribe to a MongoDB Change Streams via the reactive
infrastructure.
|
<T> reactor.core.publisher.Flux<ChangeStreamEvent<T>> |
ReactiveMongoTemplate.changeStream(Aggregation filter,
Class<T> resultType,
ChangeStreamOptions options,
String collectionName) |
<T> reactor.core.publisher.Flux<ChangeStreamEvent<T>> |
ReactiveMongoOperations.changeStream(List<org.bson.Document> filter,
Class<T> resultType,
ChangeStreamOptions options,
String collectionName)
Subscribe to a MongoDB Change Streams via the reactive
infrastructure.
|
<T> reactor.core.publisher.Flux<ChangeStreamEvent<T>> |
ReactiveMongoTemplate.changeStream(List<org.bson.Document> filter,
Class<T> resultType,
ChangeStreamOptions options,
String collectionName) |
| Modifier and Type | Method and Description |
|---|---|
ChangeStreamOptions |
ChangeStreamRequest.ChangeStreamRequestOptions.getChangeStreamOptions()
Get the
ChangeStreamOptions defined. |
| Constructor and Description |
|---|
ChangeStreamRequestOptions(String collectionName,
ChangeStreamOptions options)
Create new
ChangeStreamRequest.ChangeStreamRequestOptions. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.