Uses of Package
org.springframework.data.mongodb.core.messaging
Packages that use org.springframework.data.mongodb.core.messaging
Package
Description
MongoDB specific messaging support for listening to eg.
-
Classes in org.springframework.data.mongodb.core.messaging used by org.springframework.data.mongodb.core.messagingClassDescriptionCancelable allows stopping long running tasks and freeing underlying resources.
SubscriptionRequestimplementation to be used for listening to Change Streams via aMessageListenerContainerusing the synchronous MongoDB Java driver.Builder for creatingChangeStreamRequest.SubscriptionRequest.RequestOptionsimplementation specific to aChangeStreamRequest.General message abstraction for any type of Event / Message published by MongoDB server to the client.Builder forMessage.MessageProperties.Listener interface to receive delivery ofMessages.Internal abstraction used by the framework representing a message listener container.The actualSubscriptionRequestsent to theMessageListenerContainer.Options for specifying the behaviour of theSubscriptionRequest.SubscriptionRequestimplementation to be used to listen to query results in a Capped Collection using a Tailable Cursor.Builder for creatingTailableCursorRequest.SubscriptionRequest.RequestOptionsimplementation specific to aTailableCursorRequest.Builder for creatingTailableCursorRequest.TailableCursorRequestOptions.The actualTaskto run within theMessageListenerContainer.TheTask.Statedefining the lifecycle phase the actualTask.