Uses of Package
org.springframework.data.mongodb.core.messaging
Package
Description
MongoDB specific messaging support for listening to eg.
-
ClassDescriptionCancelable allows stopping long running tasks and freeing underlying resources.
SubscriptionRequest
implementation to be used for listening to Change Streams via aMessageListenerContainer
using the synchronous MongoDB Java driver.Builder for creatingChangeStreamRequest
.SubscriptionRequest.RequestOptions
implementation 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 actualSubscriptionRequest
sent to theMessageListenerContainer
.Options for specifying the behaviour of theSubscriptionRequest
.SubscriptionRequest
implementation to be used to listen to query results in a Capped Collection using a Tailable Cursor.Builder for creatingTailableCursorRequest
.SubscriptionRequest.RequestOptions
implementation specific to aTailableCursorRequest
.Builder for creatingTailableCursorRequest.TailableCursorRequestOptions
.The actualTask
to run within theMessageListenerContainer
.TheTask.State
defining the lifecycle phase the actualTask
.