Skip navigation links
A B C D E G H I L M O P Q R S 

A

AbstractConfigurableMongoDbMessageStore - Class in org.springframework.integration.mongodb.store
The abstract MongoDB BasicMessageGroupStore implementation to provide configuration for common options for implementations of this class.
AbstractConfigurableMongoDbMessageStore(MongoTemplate, String) - Constructor for class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
AbstractConfigurableMongoDbMessageStore(MongoDbFactory, String) - Constructor for class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
AbstractConfigurableMongoDbMessageStore(MongoDbFactory, MappingMongoConverter, String) - Constructor for class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
addMessage(Message<T>) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
addMessage(Message<T>) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
addMessageDocument(MessageDocument) - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
addMessagesToGroup(Object, Message<?>...) - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
addMessagesToGroup(Object, Message<?>...) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
addMessagesToGroup(Object, Message<?>...) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
addMessageToGroup(Object, Message<?>) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
addMessageToGroup(Object, Message<?>) - Method in class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
 
addWhiteListPatterns(String...) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
Add patterns for packages/classes that are allowed to be deserialized.
addWhiteListPatterns(String...) - Method in class org.springframework.integration.mongodb.support.BinaryToMessageConverter
Add patterns for packages/classes that are allowed to be deserialized.
addWhiteListPatterns(String...) - Method in class org.springframework.integration.mongodb.support.MongoDbMessageBytesConverter
Deprecated.
Add patterns for packages/classes that are allowed to be deserialized.
afterPropertiesSet() - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
afterPropertiesSet() - Method in class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
 
afterPropertiesSet() - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
applicationContext - Variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 

B

BinaryToMessageConverter - Class in org.springframework.integration.mongodb.support
 
BinaryToMessageConverter() - Constructor for class org.springframework.integration.mongodb.support.BinaryToMessageConverter
 

C

COLLECTION_NAME - Static variable in class org.springframework.integration.mongodb.support.MongoHeaders
 
collectionCallback(CollectionCallback<P>) - Method in class org.springframework.integration.mongodb.dsl.MongoDbOutboundGatewaySpec
Reference to an instance of CollectionCallback which specifies the database operation to execute.
collectionName(String) - Method in class org.springframework.integration.mongodb.dsl.MongoDbOutboundGatewaySpec
Identify the name of the MongoDb collection to use.
collectionName - Variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
collectionNameExpression(String) - Method in class org.springframework.integration.mongodb.dsl.MongoDbOutboundGatewaySpec
A SpEL expression which should resolve to a String value identifying the name of the MongoDb collection to use.
collectionNameFunction(Function<Message<P>, String>) - Method in class org.springframework.integration.mongodb.dsl.MongoDbOutboundGatewaySpec
A Function which should resolve to a String (e.q., collectionNameFunction(Message::getPayload)).
COMPLETE - Static variable in class org.springframework.integration.mongodb.store.MessageDocumentFields
 
completeGroup(Object) - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
completeGroup(Object) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
completeGroup(Object) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
ConfigurableMongoDbMessageStore - Class in org.springframework.integration.mongodb.store
An alternate MongoDB MessageStore and MessageGroupStore which allows the user to configure the instance of MongoTemplate.
ConfigurableMongoDbMessageStore(MongoTemplate) - Constructor for class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
ConfigurableMongoDbMessageStore(MongoTemplate, String) - Constructor for class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
ConfigurableMongoDbMessageStore(MongoDbFactory) - Constructor for class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
ConfigurableMongoDbMessageStore(MongoDbFactory, MappingMongoConverter) - Constructor for class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
ConfigurableMongoDbMessageStore(MongoDbFactory, String) - Constructor for class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
ConfigurableMongoDbMessageStore(MongoDbFactory, MappingMongoConverter, String) - Constructor for class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
convert(Binary) - Method in class org.springframework.integration.mongodb.support.BinaryToMessageConverter
 
convert(Message<?>) - Method in class org.springframework.integration.mongodb.support.MessageToBinaryConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.integration.mongodb.support.MongoDbMessageBytesConverter
Deprecated.
 
CREATED_DATE_KEY - Static variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
Deprecated.
since 5.0. This constant isn't used any more.
CREATED_DATE_KEY - Static variable in class org.springframework.integration.mongodb.store.MongoDbMessageStore
Deprecated.
since 5.0. This constant isn't used any more.

D

DEFAULT_COLLECTION_NAME - Static variable in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
DEFAULT_COLLECTION_NAME - Static variable in class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
 
doInit() - Method in class org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway
 
doReceive() - Method in class org.springframework.integration.mongodb.inbound.MongoDbMessageSource
Will execute a Query returning its results as the Message payload.

E

entityClass(Class<?>) - Method in class org.springframework.integration.mongodb.dsl.MongoDbOutboundGatewaySpec
The fully qualified name of the entity class to be passed to find(..) or findOne(..) method in MongoOperations.
expectSingleResult(boolean) - Method in class org.springframework.integration.mongodb.dsl.MongoDbOutboundGatewaySpec
This parameter indicates that only one result object will be returned from the database by using a findOne query.
expireMessageGroups(long) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 

G

get(String) - Method in class org.springframework.integration.mongodb.metadata.MongoDbMetadataStore
Get the value for the provided key performing findOne MongoDB operation.
getComponentType() - Method in class org.springframework.integration.mongodb.inbound.MongoDbMessageSource
 
getComponentType() - Method in class org.springframework.integration.mongodb.outbound.MongoDbStoringMessageHandler
 
getConvertibleTypes() - Method in class org.springframework.integration.mongodb.support.MongoDbMessageBytesConverter
Deprecated.
 
getCreatedTime() - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
getGroupCreatedTime() - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
getGroupId() - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
getGroupMetadata(Object) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
getInputChannelAttributeName() - Method in class org.springframework.integration.mongodb.config.MongoDbOutboundGatewayParser
 
getLastModifiedTime() - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
getLastReleasedSequence() - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
getMessage(UUID) - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
getMessage() - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
getMessage(UUID) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
getMessageCount() - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
getMessageCount() - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
getMessageCountForAllMessageGroups() - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
getMessageCountForAllMessageGroups() - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
getMessageGroup(Object) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
getMessageGroup(Object) - Method in class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
Not fully used.
getMessageGroup(Object) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
getMessageGroupCount() - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
getMessageGroupCount() - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
getMessageId() - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
getMessageMetadata(UUID) - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
getMessageMetadata(UUID) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
getMessagesForGroup(Object) - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
getMessagesForGroup(Object) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
getMessagesForGroup(Object) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
getNextId() - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
Perform MongoDB INC operation for the document, which contains the MessageDocument sequence, and return the new incremented value for the new MessageDocument.
getOneMessageFromGroup(Object) - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
getOneMessageFromGroup(Object) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
getOneMessageFromGroup(Object) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
getPriority() - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
getSequence() - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
GROUP_ID - Static variable in class org.springframework.integration.mongodb.store.MessageDocumentFields
 
groupIdQuery(Object) - Static method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 

H

handleMessageInternal(Message<?>) - Method in class org.springframework.integration.mongodb.outbound.MongoDbStoringMessageHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway
 

I

init() - Method in class org.springframework.integration.mongodb.config.MongoDbNamespaceHandler
 
isComplete() - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
isPriorityEnabled() - Method in class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
 
isTimeoutOnIdle() - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
iterator() - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
iterator() - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
iterator() - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 

L

LAST_MODIFIED_TIME - Static variable in class org.springframework.integration.mongodb.store.MessageDocumentFields
 
LAST_RELEASED_SEQUENCE - Static variable in class org.springframework.integration.mongodb.store.MessageDocumentFields
 
logger - Variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 

M

mappingMongoConverter - Variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
MESSAGE_ID - Static variable in class org.springframework.integration.mongodb.store.MessageDocumentFields
 
messageBuilderFactory - Variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
MessageDocument - Class in org.springframework.integration.mongodb.store
The entity class to wrap Message to the MongoDB document.
MessageDocument(Message<?>) - Constructor for class org.springframework.integration.mongodb.store.MessageDocument
 
MessageDocumentFields - Class in org.springframework.integration.mongodb.store
 
messageGroupSize(Object) - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
messageGroupSize(Object) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
MessageToBinaryConverter - Class in org.springframework.integration.mongodb.support
 
MessageToBinaryConverter() - Constructor for class org.springframework.integration.mongodb.support.MessageToBinaryConverter
 
MongoDb - Class in org.springframework.integration.mongodb.dsl
Factory class for building MongoDb components
MongoDbChannelMessageStore - Class in org.springframework.integration.mongodb.store
MongoDB PriorityCapableChannelMessageStore implementation.
MongoDbChannelMessageStore(MongoTemplate) - Constructor for class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
 
MongoDbChannelMessageStore(MongoTemplate, String) - Constructor for class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
 
MongoDbChannelMessageStore(MongoDbFactory) - Constructor for class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
 
MongoDbChannelMessageStore(MongoDbFactory, MappingMongoConverter) - Constructor for class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
 
MongoDbChannelMessageStore(MongoDbFactory, String) - Constructor for class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
 
MongoDbChannelMessageStore(MongoDbFactory, MappingMongoConverter, String) - Constructor for class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
 
mongoDbFactory - Variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
MongoDbInboundChannelAdapterParser - Class in org.springframework.integration.mongodb.config
Parser for Mongodb store inbound adapters
MongoDbInboundChannelAdapterParser() - Constructor for class org.springframework.integration.mongodb.config.MongoDbInboundChannelAdapterParser
 
MongoDbMessageBytesConverter - Class in org.springframework.integration.mongodb.support
Deprecated.
MongoDbMessageBytesConverter() - Constructor for class org.springframework.integration.mongodb.support.MongoDbMessageBytesConverter
Deprecated.
 
MongoDbMessageSource - Class in org.springframework.integration.mongodb.inbound
An instance of MessageSource which returns a Message with a payload which is the result of execution of a Query.
MongoDbMessageSource(MongoDbFactory, Expression) - Constructor for class org.springframework.integration.mongodb.inbound.MongoDbMessageSource
Creates an instance with the provided MongoDbFactory and SpEL expression which should resolve to a MongoDb 'query' string (see http://www.mongodb.org/display/DOCS/Querying).
MongoDbMessageSource(MongoOperations, Expression) - Constructor for class org.springframework.integration.mongodb.inbound.MongoDbMessageSource
Creates an instance with the provided MongoOperations and SpEL expression which should resolve to a Mongo 'query' string (see http://www.mongodb.org/display/DOCS/Querying).
MongoDbMessageStore - Class in org.springframework.integration.mongodb.store
An implementation of both the MessageStore and MessageGroupStore strategies that relies upon MongoDB for persistence.
MongoDbMessageStore(MongoDbFactory) - Constructor for class org.springframework.integration.mongodb.store.MongoDbMessageStore
Create a MongoDbMessageStore using the provided MongoDbFactory.and the default collection name.
MongoDbMessageStore(MongoDbFactory, String) - Constructor for class org.springframework.integration.mongodb.store.MongoDbMessageStore
Create a MongoDbMessageStore using the provided MongoDbFactory and collection name.
MongoDbMetadataStore - Class in org.springframework.integration.mongodb.metadata
MongoDbMetadataStore implementation of ConcurrentMetadataStore.
MongoDbMetadataStore(MongoDbFactory) - Constructor for class org.springframework.integration.mongodb.metadata.MongoDbMetadataStore
Configure the MongoDbMetadataStore by provided MongoDbFactory and default collection name - MongoDbMetadataStore.DEFAULT_COLLECTION_NAME.
MongoDbMetadataStore(MongoDbFactory, String) - Constructor for class org.springframework.integration.mongodb.metadata.MongoDbMetadataStore
Configure the MongoDbMetadataStore by provided MongoDbFactory and collection name
MongoDbMetadataStore(MongoTemplate) - Constructor for class org.springframework.integration.mongodb.metadata.MongoDbMetadataStore
Configure the MongoDbMetadataStore by provided MongoTemplate and default collection name - MongoDbMetadataStore.DEFAULT_COLLECTION_NAME.
MongoDbMetadataStore(MongoTemplate, String) - Constructor for class org.springframework.integration.mongodb.metadata.MongoDbMetadataStore
Configure the MongoDbMetadataStore by provided MongoTemplate and collection name.
MongoDbNamespaceHandler - Class in org.springframework.integration.mongodb.config
Namespace handler for Spring Integration's 'mongodb' namespace.
MongoDbNamespaceHandler() - Constructor for class org.springframework.integration.mongodb.config.MongoDbNamespaceHandler
 
MongoDbOutboundChannelAdapterParser - Class in org.springframework.integration.mongodb.config
Parser for Mongodb store outbound adapters
MongoDbOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.mongodb.config.MongoDbOutboundChannelAdapterParser
 
MongoDbOutboundGateway - Class in org.springframework.integration.mongodb.outbound
Makes outbound operations to query a MongoDb database using a MongoOperations
MongoDbOutboundGateway(MongoDbFactory) - Constructor for class org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway
 
MongoDbOutboundGateway(MongoDbFactory, MongoConverter) - Constructor for class org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway
 
MongoDbOutboundGateway(MongoOperations) - Constructor for class org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway
 
MongoDbOutboundGatewayParser - Class in org.springframework.integration.mongodb.config
Parser for MongoDb outbound gateways
MongoDbOutboundGatewayParser() - Constructor for class org.springframework.integration.mongodb.config.MongoDbOutboundGatewayParser
 
MongoDbOutboundGatewaySpec - Class in org.springframework.integration.mongodb.dsl
A MessageHandlerSpec extension for the MongoDb Outbound endpoint MongoDbOutboundGateway
MongoDbStoringMessageHandler - Class in org.springframework.integration.mongodb.outbound
Implementation of MessageHandler which writes Message payload into a MongoDb collection identified by evaluation of the MongoDbStoringMessageHandler.collectionNameExpression.
MongoDbStoringMessageHandler(MongoDbFactory) - Constructor for class org.springframework.integration.mongodb.outbound.MongoDbStoringMessageHandler
Will construct this instance using provided MongoDbFactory
MongoDbStoringMessageHandler(MongoOperations) - Constructor for class org.springframework.integration.mongodb.outbound.MongoDbStoringMessageHandler
Will construct this instance using fully created and initialized instance of provided MongoOperations
MongoHeaders - Class in org.springframework.integration.mongodb.support
Pre-defined names and prefixes to be used for for dealing with headers required by Mongo components
mongoTemplate - Variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 

O

onInit() - Method in class org.springframework.integration.mongodb.inbound.MongoDbMessageSource
 
onInit() - Method in class org.springframework.integration.mongodb.outbound.MongoDbStoringMessageHandler
 
org.springframework.integration.mongodb.config - package org.springframework.integration.mongodb.config
Contains parser classes for the MongoDb namespace support.
org.springframework.integration.mongodb.dsl - package org.springframework.integration.mongodb.dsl
Provides MongoDB Components support for Java DSL.
org.springframework.integration.mongodb.inbound - package org.springframework.integration.mongodb.inbound
Provides classes related to the Mongo inbound channel adapters
org.springframework.integration.mongodb.metadata - package org.springframework.integration.mongodb.metadata
Contains mongodb metadata store related classes
org.springframework.integration.mongodb.outbound - package org.springframework.integration.mongodb.outbound
Provides classes related to the Mongo outbound channel adapters
org.springframework.integration.mongodb.store - package org.springframework.integration.mongodb.store
Provides classes related to the MongoDB message store.
org.springframework.integration.mongodb.support - package org.springframework.integration.mongodb.support
Provides supporting classes for this module.
outboundGateway(MongoDbFactory, MongoConverter) - Static method in class org.springframework.integration.mongodb.dsl.MongoDb
Create a MongoDbOutboundGatewaySpec builder instance based on the provided MongoDbFactory and MongoConverter.
outboundGateway(MongoOperations) - Static method in class org.springframework.integration.mongodb.dsl.MongoDb
Create a MongoDbOutboundGatewaySpec builder instance based on the provided MongoOperations.

P

parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.mongodb.config.MongoDbOutboundChannelAdapterParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.mongodb.config.MongoDbOutboundGatewayParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.mongodb.config.MongoDbInboundChannelAdapterParser
 
pollMessageFromGroup(Object) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
pollMessageFromGroup(Object) - Method in class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
 
pollMessageFromGroup(Object) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
PREFIX - Static variable in class org.springframework.integration.mongodb.support.MongoHeaders
 
PRIORITY - Static variable in class org.springframework.integration.mongodb.store.MessageDocumentFields
 
put(String, String) - Method in class org.springframework.integration.mongodb.metadata.MongoDbMetadataStore
Store a metadata value under provided key to the configured MongoDbMetadataStore.collectionName.
putIfAbsent(String, String) - Method in class org.springframework.integration.mongodb.metadata.MongoDbMetadataStore
If the specified key is not already associated with a value, associate it with the given value.

Q

query(String) - Method in class org.springframework.integration.mongodb.dsl.MongoDbOutboundGatewaySpec
A String representation of a MongoDb Query (e.g., query("{'name' : 'Bob'}")).
queryExpression(String) - Method in class org.springframework.integration.mongodb.dsl.MongoDbOutboundGatewaySpec
A SpEL expression which should resolve to a String query (please refer to the 'query' property), or to an instance of MongoDb Query (e.q., queryExpression("new BasicQuery('{''address.state'' : ''PA''}')")).
queryFunction(Function<Message<P>, Query>) - Method in class org.springframework.integration.mongodb.dsl.MongoDbOutboundGatewaySpec
A Function which should resolve to a Query instance.

R

registerMessageGroupExpiryCallback(MessageGroupStore.MessageGroupCallback) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
remove(String) - Method in class org.springframework.integration.mongodb.metadata.MongoDbMetadataStore
Remove the metadata entry for the provided key and return its value, if any, using findAndRemove MongoDB operation.
removeMessage(UUID) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
removeMessage(UUID) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
removeMessageGroup(Object) - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
removeMessageGroup(Object) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
removeMessagesFromGroup(Object, Collection<Message<?>>) - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
removeMessagesFromGroup(Object, Collection<Message<?>>) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
removeMessagesFromGroup(Object, Message<?>...) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
removeMessagesFromGroup(Object, Collection<Message<?>>) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
replace(String, String, String) - Method in class org.springframework.integration.mongodb.metadata.MongoDbMetadataStore
Replace an existing metadata entry value with a new one.

S

SAVED_KEY - Static variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
Deprecated.
since 5.0. This constant isn't used any more.
SAVED_KEY - Static variable in class org.springframework.integration.mongodb.store.MongoDbMessageStore
Deprecated.
since 5.0. This constant isn't used any more.
SEQUENCE - Static variable in class org.springframework.integration.mongodb.store.MessageDocumentFields
 
SEQUENCE_NAME - Static variable in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
SEQUENCE_NAME - Static variable in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
setCollectionCallback(CollectionCallback<?>) - Method in class org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway
 
setCollectionNameExpression(Expression) - Method in class org.springframework.integration.mongodb.inbound.MongoDbMessageSource
Sets the SpEL Expression that should resolve to a collection name used by the Query.
setCollectionNameExpression(Expression) - Method in class org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway
 
setCollectionNameExpression(Expression) - Method in class org.springframework.integration.mongodb.outbound.MongoDbStoringMessageHandler
Sets the SpEL Expression that should resolve to a collection name used by MongoOperations to store data
setCollectionNameExpressionString(String) - Method in class org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway
 
setComplete(boolean) - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
setCreatedTime(long) - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
setEntityClass(Class<?>) - Method in class org.springframework.integration.mongodb.inbound.MongoDbMessageSource
Allows you to set the type of the entityClass that will be passed to the MongoTemplate.find(Query, Class) or MongoTemplate.findOne(Query, Class) method.
setEntityClass(Class<?>) - Method in class org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway
 
setExpectSingleResult(boolean) - Method in class org.springframework.integration.mongodb.inbound.MongoDbMessageSource
Allows you to manage which find* method to invoke on MongoTemplate.
setExpectSingleResult(boolean) - Method in class org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway
 
setExpiryCallbacks(Collection<MessageGroupStore.MessageGroupCallback>) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
Convenient injection point for expiry callbacks in the message store.
setGroupCreatedTime(long) - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
setGroupId(Object) - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
setLastModifiedTime(long) - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
setLastReleasedSequence(int) - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
setLastReleasedSequenceNumberForGroup(Object, int) - Method in class org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore
 
setLastReleasedSequenceNumberForGroup(Object, int) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
 
setLastReleasedSequenceNumberForGroup(Object, int) - Method in class org.springframework.integration.mongodb.store.MongoDbMessageStore
 
setMongoConverter(MongoConverter) - Method in class org.springframework.integration.mongodb.inbound.MongoDbMessageSource
Allows you to provide a custom MongoConverter used to assist in deserialization data read from MongoDb.
setMongoConverter(MongoConverter) - Method in class org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway
 
setMongoConverter(MongoConverter) - Method in class org.springframework.integration.mongodb.outbound.MongoDbStoringMessageHandler
Allows you to provide custom MongoConverter used to assist in serialization of data written to MongoDb.
setPriority(Integer) - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
setPriorityEnabled(boolean) - Method in class org.springframework.integration.mongodb.store.MongoDbChannelMessageStore
 
setQueryExpression(Expression) - Method in class org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway
 
setQueryExpressionString(String) - Method in class org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway
 
setSequence(int) - Method in class org.springframework.integration.mongodb.store.MessageDocument
 
setTimeoutOnIdle(boolean) - Method in class org.springframework.integration.mongodb.store.ConfigurableMongoDbMessageStore
Allows you to override the rule for the timeout calculation.
A B C D E G H I L M O P Q R S 
Skip navigation links