Uses of Class
org.springframework.data.mongodb.core.ChangeStreamEvent
Packages that use ChangeStreamEvent
-
Uses of ChangeStreamEvent in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core that return types with arguments of type ChangeStreamEventModifier and TypeMethodDescription<T> reactor.core.publisher.Flux<ChangeStreamEvent<T>>ReactiveMongoOperations.changeStream(String database, String collectionName, ChangeStreamOptions options, Class<T> targetType) Subscribe to a MongoDB Change Stream via the reactive infrastructure.default <T> reactor.core.publisher.Flux<ChangeStreamEvent<T>>ReactiveMongoOperations.changeStream(String collectionName, ChangeStreamOptions options, Class<T> targetType) Subscribe to a MongoDB Change Stream for all events in the given collection via the reactive infrastructure.default <T> reactor.core.publisher.Flux<ChangeStreamEvent<T>>ReactiveMongoOperations.changeStream(ChangeStreamOptions options, Class<T> targetType) Subscribe to a MongoDB Change Stream for all events in the configured default database via the reactive infrastructure.<T> reactor.core.publisher.Flux<ChangeStreamEvent<T>>ReactiveMongoTemplate.changeStream(String database, String collectionName, ChangeStreamOptions options, Class<T> targetType) reactor.core.publisher.Flux<ChangeStreamEvent<T>>ReactiveChangeStreamOperation.TerminatingChangeStream.listen()Start listening to changes.