Uses of Interface
org.springframework.data.mongodb.core.ReactiveChangeStreamOperation.ChangeStreamWithFilterAndProjection
Packages that use ReactiveChangeStreamOperation.ChangeStreamWithFilterAndProjection
-
Uses of ReactiveChangeStreamOperation.ChangeStreamWithFilterAndProjection in org.springframework.data.mongodb.core
Subinterfaces of ReactiveChangeStreamOperation.ChangeStreamWithFilterAndProjection in org.springframework.data.mongodb.coreModifier and TypeInterfaceDescriptionstatic interfaceReactiveChangeStreamOperation.ReactiveChangeStreamprovides methods for constructing change stream operations in a fluent way.Methods in org.springframework.data.mongodb.core that return ReactiveChangeStreamOperation.ChangeStreamWithFilterAndProjectionModifier and TypeMethodDescriptionDefine the target type fields should be mapped to.ReactiveChangeStreamOperation.ChangeStreamWithFilterAndProjection.filter(Aggregation by) Use anAggregationto filter matching events.ReactiveChangeStreamOperation.ChangeStreamWithFilterAndProjection.filter(CriteriaDefinition by) Use acriterato filter matching events via anMatchOperation.ReactiveChangeStreamOperation.ChangeStreamWithCollection.watchCollection(Class<?> entityClass) Set the the collection to watch.ReactiveChangeStreamOperation.ChangeStreamWithCollection.watchCollection(String collection) Explicitly set the name of the collection to watch.
Skip this step to watch all collections within the database.