Uses of Class
org.springframework.data.mongodb.core.messaging.ChangeStreamRequest.ChangeStreamRequestOptions
Packages that use ChangeStreamRequest.ChangeStreamRequestOptions
Package
Description
MongoDB specific messaging support for listening to eg.
-
Uses of ChangeStreamRequest.ChangeStreamRequestOptions in org.springframework.data.mongodb.core.messaging
Classes in org.springframework.data.mongodb.core.messaging that implement interfaces with type arguments of type ChangeStreamRequest.ChangeStreamRequestOptionsModifier and TypeClassDescriptionclassSubscriptionRequestimplementation to be used for listening to Change Streams via aMessageListenerContainerusing the synchronous MongoDB Java driver.Methods in org.springframework.data.mongodb.core.messaging that return ChangeStreamRequest.ChangeStreamRequestOptionsModifier and TypeMethodDescriptionChangeStreamRequest.getRequestOptions()ChangeStreamRequest.ChangeStreamRequestOptions.of(SubscriptionRequest.RequestOptions options)