All Classes
Class | Description |
---|---|
AbstractConfigurableMongoDbMessageStore |
The abstract MongoDB
AbstractMessageGroupStore implementation to provide configuration for common options
for implementations of this class. |
AbstractMongoDbMessageSource<T> |
An
AbstractMessageSource extension for common MongoDB sources options and support methods. |
AbstractMongoDbMessageSourceSpec<S extends AbstractMongoDbMessageSourceSpec<S,H>,H extends AbstractMongoDbMessageSource<?>> |
A
MessageSourceSpec extension for common MongoDB sources options. |
BinaryToMessageConverter | |
ConfigurableMongoDbMessageStore |
An alternate MongoDB
MessageStore and
MessageGroupStore which allows the user to
configure the instance of MongoTemplate . |
MessageCollectionCallback<T> |
The callback to be used with the
MongoDbOutboundGateway
as an alternative to other query options on the gateway. |
MessageDocument |
The entity class to wrap
Message to the MongoDB document. |
MessageDocumentFields | |
MessageToBinaryConverter | |
MongoDb |
Factory class for building MongoDb components
|
MongoDbChangeStreamMessageProducer |
A
MessageProducerSupport for MongoDB Change Stream implementation. |
MongoDbChangeStreamMessageProducerSpec |
A
MessageProducerSpec for tne MongoDbChangeStreamMessageProducer . |
MongoDbChannelMessageStore |
MongoDB
PriorityCapableChannelMessageStore implementation. |
MongoDbInboundChannelAdapterParser |
Parser for MongoDb store inbound adapters
|
MongoDbMessageSource |
An instance of
MessageSource which returns
a Message with a payload which is the result of
execution of a Query . |
MongoDbMessageSourceSpec |
A
AbstractMongoDbMessageSourceSpec implementation for a MongoDbMessageSource . |
MongoDbMessageStore |
An implementation of both the
MessageStore and
MessageGroupStore
strategies that relies upon MongoDB for persistence. |
MongoDbMetadataStore |
MongoDbMetadataStore implementation of
ConcurrentMetadataStore . |
MongoDbNamespaceHandler |
Namespace handler for Spring Integration's 'mongodb' namespace.
|
MongoDbOutboundChannelAdapterParser |
Parser for Mongodb store outbound adapters
|
MongoDbOutboundGateway |
Makes outbound operations to query a MongoDb database using a
MongoOperations |
MongoDbOutboundGatewayParser |
Parser for MongoDb outbound gateways
|
MongoDbOutboundGatewaySpec |
A
MessageHandlerSpec extension for the MongoDb Outbound endpoint MongoDbOutboundGateway |
MongoDbStoringMessageHandler |
Implementation of
MessageHandler
which writes Message payload into a MongoDb collection
identified by evaluation of the MongoDbStoringMessageHandler.collectionNameExpression . |
MongoHeaders |
Pre-defined names and prefixes to be used for
for dealing with headers required by Mongo components
|
ReactiveMongoDbMessageHandlerSpec |
A
ReactiveMessageHandlerSpec extension for the Reactive MongoDb Outbound endpoint
ReactiveMongoDbStoringMessageHandler . |
ReactiveMongoDbMessageSource |
An instance of
MessageSource which returns
a Message with a payload which is the result of
execution of a Query . |
ReactiveMongoDbMessageSourceSpec |
A
AbstractMongoDbMessageSourceSpec implementation for a ReactiveMongoDbMessageSource . |
ReactiveMongoDbStoringMessageHandler |
Implementation of
ReactiveMessageHandler which writes
Message payload into a MongoDb collection, using reactive MongoDb support, The
collection is identified by evaluation of the ReactiveMongoDbStoringMessageHandler.collectionNameExpression . |